Update style.css
This commit is contained in:
parent
f98e4b484f
commit
a0368e77ee
@ -23,6 +23,7 @@ h1{
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-top: 5rem;
|
margin-top: 5rem;
|
||||||
font-family: 'Reem Kufi', sans-serif;
|
font-family: 'Reem Kufi', sans-serif;
|
||||||
|
color: #ffbc3b;
|
||||||
}
|
}
|
||||||
.countdown-container{
|
.countdown-container{
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -36,11 +37,11 @@ h1{
|
|||||||
font-size: 6rem;
|
font-size: 6rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0 2rem;
|
margin: 0 2rem;
|
||||||
color: #fff;
|
color: #1a1a37;
|
||||||
}
|
}
|
||||||
.countdown-el {
|
.countdown-el {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #1a1a37;
|
||||||
}
|
}
|
||||||
.countdown-el span{
|
.countdown-el span{
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
Reference in New Issue
Block a user