Spaces:
Runtime error
Runtime error
| body { | |
| font-family: Arial, sans-serif; | |
| background-color: #f4f4f4; | |
| text-align: center; | |
| padding: 50px; | |
| } | |
| h1 { | |
| color: #333; | |
| } | |
| .menu a { | |
| display: inline-block; | |
| margin: 10px; | |
| padding: 10px 20px; | |
| background-color: #333; | |
| color: #fff; | |
| text-decoration: none; | |
| } | |
| form { | |
| display: inline-block; | |
| text-align: left; | |
| } | |
| label, input { | |
| display: block; | |
| margin: 10px 0; | |
| } | |
| input[type="submit"] { | |
| background-color: #333; | |
| color: #fff; | |
| border: none; | |
| padding: 10px 20px; | |
| } | |
| body { | |
| font-family: Arial, sans-serif; | |
| background-color: #f4f4f4; | |
| text-align: center; | |
| padding: 50px; | |
| } | |
| h1 { | |
| color: #333; | |
| } | |
| .menu a, .button { | |
| display: inline-block; | |
| margin: 10px; | |
| padding: 10px 20px; | |
| background-color: #333; | |
| color: #fff; | |
| text-decoration: none; | |
| border-radius: 5px; | |
| } | |
| table { | |
| margin: 20px auto; | |
| border-collapse: collapse; | |
| width: 80%; | |
| } | |
| th, td { | |
| padding: 10px; | |
| border: 1px solid #ddd; | |
| text-align: left; | |
| } | |
| th { | |
| background-color: #333; | |
| color: white; | |
| } | |
| a.button { | |
| margin-top: 20px; | |
| } | |
| body { | |
| font-family: Arial, sans-serif; | |
| background-color: #f4f4f4; | |
| text-align: center; | |
| padding: 50px; | |
| } | |
| h1 { | |
| color: #333; | |
| } | |
| .menu a, .button, form button { | |
| display: inline-block; | |
| margin: 10px; | |
| padding: 10px 20px; | |
| background-color: #333; | |
| color: #fff; | |
| text-decoration: none; | |
| border-radius: 5px; | |
| border: none; | |
| cursor: pointer; | |
| } | |
| table { | |
| margin: 20px auto; | |
| border-collapse: collapse; | |
| width: 80%; | |
| } | |
| th, td { | |
| padding: 10px; | |
| border: 1px solid #ddd; | |
| text-align: left; | |
| } | |
| th { | |
| background-color: #333; | |
| color: white; | |
| } | |
| a.button { | |
| margin-top: 20px; | |
| } | |