mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-10-30 15:20:11 +00:00
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 ;
|
||
|
}
|