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;
|
||||
}
|
||||
@ -7,7 +7,7 @@ body{
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
min-height: 100vh;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-family: 'Reem Kufi', sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
@ -20,10 +20,9 @@ body{
|
||||
h1{
|
||||
font-size: 3rem;
|
||||
margin-top: -10rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: normal;
|
||||
margin-top: 5rem;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-family: 'Reem Kufi', sans-serif;
|
||||
}
|
||||
.countdown-container{
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user