21 lines
No EOL
477 B
CSS
21 lines
No EOL
477 B
CSS
body {
|
|
margin: 10;
|
|
width: 100% - 10px;
|
|
font-family: 'Raleway', sans-serif;
|
|
color: #000000;
|
|
background-image: url("../images/voxel.png");
|
|
background-size: contain;
|
|
background-color: #d8e1d9;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.h4Style {
|
|
display: block;
|
|
font-size: 1em;
|
|
margin-top: 1.33em;
|
|
margin-bottom: 1.33em;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
font-weight: bold;
|
|
} |