44 lines
566 B
CSS
44 lines
566 B
CSS
.idc {
|
|
position: absolute;
|
|
float: left;
|
|
top: 250px;
|
|
left: 350px;
|
|
font-size: 4.6875em;
|
|
border-bottom: white solid 1px;
|
|
font-weight: 800;
|
|
color: white;
|
|
}
|
|
|
|
#p1 {
|
|
font-size: 75px;
|
|
font-weight: 1000;
|
|
}
|
|
|
|
span {
|
|
font-size: 40px;
|
|
font-weight: 1000;
|
|
}
|
|
|
|
.bg1 {
|
|
width: 86px;
|
|
height: 22px;
|
|
background-color: springgreen;
|
|
position: absolute;
|
|
top: 90px;
|
|
}
|
|
|
|
.tt2 {
|
|
position: relative;
|
|
float: left;
|
|
left: 415px;
|
|
top: -150px;
|
|
}
|
|
|
|
.lb-area{
|
|
display: flex;
|
|
width: 1750px;
|
|
height: 490px;
|
|
position: absolute;
|
|
top: 225px;
|
|
left: 70px;
|
|
} |