Spaces:
Runtime error
Runtime error
| body { | |
| font-family: Arial, sans-serif; | |
| margin: 0; | |
| padding: 0; | |
| background-color: #f4f4f4; | |
| } | |
| header { | |
| background-color: #333; | |
| color: white; | |
| padding: 20px; | |
| text-align: center; | |
| } | |
| nav ul { | |
| list-style: none; | |
| padding: 0; | |
| } | |
| nav ul li { | |
| display: inline; | |
| margin: 0 10px; | |
| } | |
| nav ul li a { | |
| color: white; | |
| text-decoration: none; | |
| } | |
| main { | |
| padding: 20px; | |
| } | |
| footer { | |
| text-align: center; | |
| padding: 10px; | |
| background-color: #333; | |
| color: white; | |
| position: fixed; | |
| bottom: 0; | |
| width: 100%; | |
| } | |
| table { | |
| width: 100%; | |
| margin-top: 20px; | |
| border-collapse: collapse; | |
| } | |
| table, th, td { | |
| border: 1px solid #ddd; | |
| } | |
| th, td { | |
| padding: 8px; | |
| text-align: left; | |
| } | |