You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

51 lines
734 B

.box {
width: 88%;
left: 6%;
position: relative;
}
.title {
font-size: 17px;
color: #C8CED5;
letter-spacing: 2px;
}
.number {
height: 80%;
position: absolute;
right: 0;
bottom: 0;
}
.number .num_item {
background: url('~assets/cz-bg.png') no-repeat bottom left;
background-size: auto 90%;
position: relative;
top: -6px;
left: 2px;
}
.number span {
display: inline-block;
position: relative;
top: -8px;
left: 2px;
font-size: 38px;
font-style: oblique;
font-weight: 400;
letter-spacing: 18px;
height: 100%;
}
@media (max-width: 1500px) {
.title {
font-size: 12px;
letter-spacing: 0;
}
.number span {
top: -8px;
font-size: 23px;
letter-spacing: 16px;
}
}