implemented construction page.
This commit is contained in:
+16
-6
@@ -7,10 +7,20 @@ body {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.center-abs {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
.card {
|
||||
margin: 20% auto;
|
||||
width: 60%;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
|
||||
border: 1px solid white;
|
||||
border-radius: 18px;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
.card {
|
||||
margin: 75% auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user