Update style.css
This commit is contained in:
parent
a94d81e563
commit
34bc90ab4a
@ -1,4 +1,4 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@300;400;700&display=swap');
|
||||||
*{
|
*{
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@ -7,7 +7,7 @@ body{
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
font-family: 'Poppins', sans-serif;
|
font-family: 'Reem Kufi', sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -20,10 +20,9 @@ body{
|
|||||||
h1{
|
h1{
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
margin-top: -10rem;
|
margin-top: -10rem;
|
||||||
text-transform: uppercase;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-top: 5rem;
|
margin-top: 5rem;
|
||||||
font-family: 'Poppins', sans-serif;
|
font-family: 'Reem Kufi', sans-serif;
|
||||||
}
|
}
|
||||||
.countdown-container{
|
.countdown-container{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user