24 lines
269 B
CSS
24 lines
269 B
CSS
body{
|
|
font:Arial;
|
|
margin:0px;
|
|
}
|
|
.container{
|
|
width:650px;
|
|
height:480px;
|
|
background:url('bg.jpg') no-repeat;
|
|
text-align: center;
|
|
padding-top:40px;
|
|
margin:auto;
|
|
}
|
|
h1{
|
|
font:;
|
|
margin-bottom:0px;
|
|
}
|
|
h3{
|
|
margin:3px 0;
|
|
}
|
|
h2{
|
|
margin-top: 3px;
|
|
margin-bottom: 25px;
|
|
}
|