/ Published in: CSS
Expand |
Embed | Plain Text
* { padding: 0; margin: 0; } body { font-family: Helvetica, sans-serif; } #container { margin-top: 50px; width: 900px; } #header { background-color: gray; height: 50px; margin-bottom: 20px; text-align: center; line-height: 50px; color: white; font-weight: bold; } #footer { background-color: gray; height: 50px; margin-bottom: 20px; text-align: center; line-height: 50px; color: white; font-weight: bold; } .row { margin-bottom: 20px; }
You need to login to post a comment.
