Archived
Template
2
0
This repository has been archived on 2023-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
countdown/style.css
2022-10-09 11:46:15 +00:00

58 lines
1.1 KiB
CSS

@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@300;400;700&display=swap');
*{
box-sizing: border-box;
}
body{
background-image: url(image.jpg);
background-size: cover;
background-position: center;
min-height: 100vh;
font-family: 'Reem Kufi', sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
}
h1{
font-size: 3rem;
margin-top: -10rem;
font-weight: normal;
margin-top: 5rem;
font-family: 'Reem Kufi', sans-serif;
color: #ffbc3b;
}
h2{
font-size: 2rem;
margin-top: -10rem;
font-weight: normal;
margin-top: 5rem;
font-family: 'Reem Kufi', sans-serif;
color: #fff;
}
.countdown-container{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.big-text{
font-weight: bold;
font-size: 6rem;
line-height: 1;
margin: 0 2rem;
color: #fff;
}
.countdown-el {
text-align: center;
color: #fff;
}
.countdown-el span{
font-size: 1.5rem;
}