Files
Globaly-CSS-Practice/style/about_us/_third-part-au.scss
2024-06-11 16:52:44 +02:00

79 lines
1.8 KiB
SCSS

.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;
}
}
}
@media only screen and (min-width:768px) {
.third-part-au {
min-height: 25vh;
.numbers-container {
.numbers {
text-align: center;
width: 200px;
line-height: 200px;
}
.num-text {
padding-left: 5px;
padding-right: 5px;
}
}
}
}
@media only screen and (min-width:992px) {
.third-part-au {
min-height: 50vh;
.numbers-container {
margin-top: 50px;
.numbers {
text-align: center;
width: 230px;
line-height: 230px;
}
.num-text {
padding-left: 150px;
padding-right:150px;
}
}
}
}