Add some style

This commit is contained in:
2025-10-28 23:16:07 +01:00
parent 55f963d98b
commit 693484d44c
3 changed files with 98 additions and 23 deletions

View File

@@ -8,9 +8,8 @@
* {
font-family: 'Fira Code', 'PT sans', sans-serif;
box-sizing: border-box;
color: #333;
}
html, body {
@@ -25,6 +24,15 @@ html, body, main, section, section div, footer {
justify-content: center;
}
body {
background-color: #e2e2e2;
background-image:
linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
background-size: 20px 20px;
color: #111;
}
main {
justify-content: start;
@@ -41,4 +49,12 @@ section {
min-height: 100%;
width: 100%;
scroll-snap-align: start;
}
ul li{
list-style-type: none;
}
ul li a {
text-decoration: none;
}