30 lines
432 B
CSS
30 lines
432 B
CSS
.guide_head_row{
|
|
max-width: 1200px;
|
|
margin: auto;
|
|
margin-bottom: 30px;
|
|
background: white;
|
|
|
|
}
|
|
.guide_row{
|
|
max-width: 1200px;
|
|
margin: auto;
|
|
margin-bottom: 30px;
|
|
background: white;
|
|
padding: 30px;
|
|
}
|
|
.list_item{
|
|
margin: 20px 0 20px 0;
|
|
}
|
|
.list_item p{
|
|
|
|
}
|
|
.black_side{
|
|
background: #333333;
|
|
padding: 0;
|
|
|
|
}
|
|
.black_side p{
|
|
background: #333333;
|
|
padding: 10px;
|
|
color: white;
|
|
} |