57 lines
733 B
CSS
57 lines
733 B
CSS
|
@charset "utf-8";
|
||
|
/* CSS Document */
|
||
|
|
||
|
|
||
|
.box450{
|
||
|
background-color:#993333;
|
||
|
height:450px;
|
||
|
margin:auto;
|
||
|
border:#000 solid;
|
||
|
}
|
||
|
|
||
|
.box200{
|
||
|
background-color:#993333;
|
||
|
height:222px;
|
||
|
margin:2px 0px;
|
||
|
border:#000 solid;
|
||
|
color:#FFF;
|
||
|
}
|
||
|
|
||
|
.box_group{
|
||
|
width: 100%;
|
||
|
height: 450px;
|
||
|
text-align:center;
|
||
|
padding-top:50px;
|
||
|
}
|
||
|
|
||
|
.box_img1{
|
||
|
width:200px;
|
||
|
height: 300px;
|
||
|
background-color:#333;
|
||
|
font-size:36px;
|
||
|
text-align:center;
|
||
|
}
|
||
|
|
||
|
.box_img2{
|
||
|
width:200px;
|
||
|
height: 300px;
|
||
|
background-color:#333;
|
||
|
font-size:36px;
|
||
|
text-align:center;
|
||
|
}
|
||
|
|
||
|
.box_img3{
|
||
|
width:200px;
|
||
|
height: 300px;
|
||
|
background-color:#333;
|
||
|
font-size:36px;
|
||
|
text-align:center;
|
||
|
}
|
||
|
|
||
|
.box_img4{
|
||
|
width:200px;
|
||
|
height: 300px;
|
||
|
background-color:#333;
|
||
|
font-size:36px;
|
||
|
text-align:center;
|
||
|
}
|