24 lines
459 B
CSS
24 lines
459 B
CSS
body {
|
|
background-image: url(http://diapers.q-assets.com/images/body_bg.gif?ReleaseVersion=201512217123);
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
.container {
|
|
background-color: #fff;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.section-cat-list {
|
|
background-color: white;
|
|
padding: 10px;
|
|
font-size: 15px;
|
|
width: 200px;
|
|
z-index: 10000;
|
|
border: 1px solid silver;
|
|
}
|
|
|
|
.main-heading {
|
|
display: inline-block;
|
|
|
|
}
|