commit
This commit is contained in:
37
style/about_us/_third-part-au.scss
Normal file
37
style/about_us/_third-part-au.scss
Normal 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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user