Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- margin: 0;
- padding: 0;
- background-color: #CCCCCC;
- }
- section {
- margin-left: 20px;
- }
- h1 {
- font-size: 28px;
- }
- ul {
- background-color: #444;
- text-align: center;
- padding: 0;
- margin: 0;
- list-style: none;
- }
- li {
- font-size: 24px;
- line-height: 40px;
- height: 40px;
- padding: 20px;
- display: inline-block;
- }
- a {
- text-decoration: none;
- color: #ffffff;
- }
- header p {
- font-style: italic;
- }
- article > p {
- font-size: 24px;
- }
- footer {
- background-color: #444;
- }
- footer p {
- color: #fff;
- text-align: center;
- }
Add Comment
Please, Sign In to add comment