Arsenal Soccer - Matches

Match: Arsenal vs. Hotspur

Date: October 26, 2023

Venue: Emirates Stadium

Score: Arsenal 2 - 0

Arsenal's incredible performance!

Match 1 Match 2 Match 3

Match Details

This is a simplified match detail page.

``` ```css /* style.css */ body { font-family: sans-serif; margin: 20px; background-color: #f4f4f4; color: #333; } header { background-color: #333; color: #fff; padding: 20px; text-align: center; } nav a { margin: 10px; text-decoration: none; color: #ddd; border-radius: 5px; transition: all 0.3s; } nav a:hover { text-decoration: underline; } main { padding: 20px; background-color: #fff; color: #333; margin-bottom: 20px; } section { background-color: #eee; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } section#fixture-display { font-size: 1.2em; padding: 10px; border: 1px solid #eee; } section#match-details { font-size: 1em; margin-bottom: 20px; } footer { background-color: #333; color: #fff; text-align: center; padding: 10px; } /* Responsive design - adjust for smaller screens */ @media (max-width: 600px) { header { padding: 10px; } nav a { font-size: 0.9em; } section { padding: 10px; } section#fixture-display { font-size: 1em; } section#match-details { font-size: 0.8em; } }