based.cooking/src/style.css

20 lines
196 B
CSS
Raw Normal View History

2021-03-10 17:02:35 +00:00
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 ;
}