Style header
This commit is contained in:
parent
7bfd332223
commit
ba47770c32
2 changed files with 5 additions and 1 deletions
|
|
@ -30,6 +30,10 @@ .glow-red:hover {
|
|||
box-shadow: 0 0 25px rgba(239, 68, 68, 0.6);
|
||||
}
|
||||
|
||||
.glow-red-text {
|
||||
text-shadow: 0 0 12px rgba(239, 68, 68, 0.7), 0 0 30px rgba(239, 68, 68, 0.4);
|
||||
}
|
||||
|
||||
.scrollbar-red {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--color-red-500) transparent;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
</head>
|
||||
<body class="bg-black antialiased min-h-screen flex flex-col items-center p-6 lg:p-8">
|
||||
<main class="w-full max-w-2xl">
|
||||
<h1 class="text-red-500 font-mono text-lg font-bold uppercase tracking-widest glow-red border-red-500 rounded-none border-2 px-4 py-3 mb-6">
|
||||
<h1 class="text-red-500 font-mono text-5xl font-bold uppercase tracking-widest glow-red-text mb-8">
|
||||
> Anagram Finder
|
||||
</h1>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue