This commit is contained in:
2024-06-04 16:56:07 +02:00
parent e16c7995c4
commit 84194c85fe
31 changed files with 1305 additions and 2 deletions

View File

@@ -0,0 +1,37 @@
.third-part-au{
min-height: 100vh;
background-image: url('/assets/images/image33.jpg');
background-size: cover;
position: relative;
color: white;
background-size: cover;
background-position: center;
padding-top: 30px;
.numbers-container {
.numbers {
text-align: center;
width: 230px;
line-height: 230px;
border-radius: 50%;
border: solid 4px white;
background-color: transparent;
font-family: Merriweather;
font-weight: bold;
font-size: 40px;
margin-bottom: 24px;
}
.num-text {
text-align: center;
font-family: 'Merriweather', Helvetica, Arial, Lucida, sans-serif;
font-weight: bold;
font-size: 18px;
color: #ffffff !important;
padding-left: 80px;
padding-right: 80px;
margin-bottom: 24px;
}
}
}