You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
265 B
22 lines
265 B
1 month ago
|
#content {
|
||
|
width: 500px;
|
||
|
margin:0 auto;
|
||
|
}
|
||
|
|
||
|
#content_wide {
|
||
|
width: 800px;
|
||
|
margin:0 auto;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
text-align:center;
|
||
|
font-size: 20px;
|
||
|
color: #369;
|
||
|
}
|
||
|
|
||
|
body{
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
background:url("../images/1.jpg") no-repeat;
|
||
|
background-size:100%;
|
||
|
}
|