new page number
This commit is contained in:
43
style.css
43
style.css
@@ -414,12 +414,55 @@ a{
|
||||
|
||||
}
|
||||
|
||||
.orange_button {
|
||||
background: #F18129;
|
||||
border-radius: 55px;
|
||||
border: 1px solid #F18129;
|
||||
color: white;
|
||||
padding: 20px 28px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
font-size: 11px;
|
||||
line-height: 110%;
|
||||
height: 55px;
|
||||
}
|
||||
|
||||
.vazh{
|
||||
font-size: 9px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.45em;
|
||||
}
|
||||
|
||||
.current-number{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 42px;
|
||||
margin-bottom: 42px;
|
||||
}
|
||||
|
||||
.number-img{
|
||||
width: 147px;
|
||||
}
|
||||
|
||||
.number_title{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
background: #F5F5F5;
|
||||
width: 768px;
|
||||
height: 128px;
|
||||
}
|
||||
|
||||
.number_number{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#footer_2{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user