22 lines
304 B
CSS
22 lines
304 B
CSS
|
img {
|
||
|
margin: 0
|
||
|
}
|
||
|
|
||
|
.body {
|
||
|
font-family: arial, sans-serif;
|
||
|
max-width: 90%;
|
||
|
margin: 0 auto;
|
||
|
font-size: 14px;
|
||
|
color: #000
|
||
|
}
|
||
|
|
||
|
body .title {
|
||
|
text-align: center;
|
||
|
padding-bottom: 20px
|
||
|
}
|
||
|
|
||
|
body .title h1 {
|
||
|
font-size: 16px;
|
||
|
color: #333;
|
||
|
margin: 0
|
||
|
}
|