This commit is contained in:
Joshua Ashton
2025-03-15 21:45:14 -06:00
parent ce6984622c
commit ab50339a32
24 changed files with 33 additions and 1354 deletions
View File
+16
View File
@@ -0,0 +1,16 @@
* {
padding: 0;
margin: 0;
}
body {
background-color: black;
}
.center-abs {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
View File
+4
View File
@@ -0,0 +1,4 @@
h1 {
font-size: clamp(4vw, 6vw, 8vw);
color: #00ee00;
}