40 lines
735 B
CSS
40 lines
735 B
CSS
.title-bgimage-wraps {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #051224;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
position: absolute;
|
|
}
|
|
|
|
.title-top-wrap {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.title-bottom-wrap {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.title-bgimage-1 {
|
|
background-image: url("/title_bgimage_1.png");
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
width: 747px;
|
|
height: 394px;
|
|
}
|
|
|
|
.title-bgimage-2 {
|
|
background-image: url("/title_bgimage_2.png");
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
width: 709px;
|
|
height: 325px;
|
|
}
|