20 lines
196 B
CSS
20 lines
196 B
CSS
body {
|
|
max-width: 800px ;
|
|
margin: auto ;
|
|
margin-bottom: 500px ;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center ;
|
|
}
|
|
|
|
footer {
|
|
text-align: center ;
|
|
}
|
|
|
|
img {
|
|
max-width: 600px ;
|
|
margin: auto ;
|
|
display: block ;
|
|
}
|