update styling

This commit is contained in:
Triston Armstrong 2024-07-20 18:11:47 -05:00
parent 1459ed390e
commit 454c00117a
No known key found for this signature in database
GPG Key ID: FADE6AC6F956FC52

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en" class="h-full">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
@ -32,12 +32,16 @@
font-style: italic; font-style: italic;
} }
.c-primary {} .gradient {
background: radial-gradient(circle at top right, #333 0%, #000 50%);
background-repeat: no-repeat;
}
</style> </style>
</head> </head>
<body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4">
<body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4 gradient">
<!-- ______________________________________________________________ --> <!-- ______________________________________________________________ -->
<nav class="flex justify-between items-center"> <nav class="flex justify-between items-center">
<img src="./avatar.png" alt="avatar" width={30} height={30} class="w-10 h-10" /> <img src="./avatar.png" alt="avatar" width={30} height={30} class="w-10 h-10" />
@ -133,6 +137,7 @@
<path d="M7 17 17 7" /> <path d="M7 17 17 7" />
</svg> About Me</a> </svg> About Me</a>
</footer> </footer>
</body> </body>
</html> </html>