This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Hochzeit/ui/src/app/countdown/countdown.component.css
2022-01-13 11:08:45 +01:00

50 lines
817 B
CSS

.content-comming-soon {
height: auto;
margin: auto;
position: relative;
width: 100%;
box-sizing: border-box;
text-align: center;
font-size: 15px;
line-height: 1.6;
}
#comming-soon {
position: absolute;
background-color: red;
display: flex;
}
.comming-soon-wrapper {
text-align: center;
padding: 0px;
display: inline-block;
color:black;
width: 100px;
border-radius: 50%;
background-color: lightblue;
height: 100px;
box-sizing: border-box;
margin: 10px;
font-size: 15px;
}
.comming-soon-time {
color:black;
font-weight: 100;
font-size: 44px;
line-height: 64px;
box-sizing: border-box;
text-align: center;
}
.comming-soon-date {
color: #787873;
line-height: 14px;
display: block;
font-size: 16px;
box-sizing: border-box;
text-align: center;
}