implemented construction page.
This commit is contained in:
+17
-2
@@ -1,4 +1,19 @@
|
||||
h1 {
|
||||
font-size: clamp(4vw, 6vw, 8vw);
|
||||
color: #00ee00;
|
||||
font-size: 6vw;
|
||||
color: white;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1vw;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
h1 {
|
||||
font-size: 4vw;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 2vw;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user