update styling
This commit is contained in:
parent
1459ed390e
commit
454c00117a
11
index.html
11
index.html
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user