Spaces:
Paused
Paused
| body { | |
| font-family: Arial, sans-serif; | |
| text-align: center; | |
| margin: 20px; | |
| background-color: #f0f0f0; | |
| } | |
| h1 { | |
| color: #333; | |
| } | |
| .image-container { | |
| display: flex; | |
| justify-content: center; | |
| gap: 20px; | |
| } | |
| img { | |
| max-width: 45%; | |
| border: 1px solid #ccc; | |
| margin: 10px; | |
| } |