sync
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
h1 {
|
||||
font-size: clamp(4vw, 6vw, 8vw);
|
||||
color: #00ee00;
|
||||
}
|
||||
Reference in New Issue
Block a user