Mudryk Transfer - Arsenal

Welcome to the latest updates on Marcus Rashford’s move to Arsenal.

Mudryk's Arrival

Arsenal has secured a highly anticipated transfer deal with Marcus Rashford, the talented winger from Manchester United. He’s joining as a full-time player, bringing a wealth of skill and experience.

This is a major moment for Arsenal, and the club has invested heavily in securing his future.

Key Details

New Contract: He's signed until 2026.

Role: Full-Time winger

Agent: Rodney Mason

Age: 23

Nationality: British

Arrival Date: October 26, 2023

Price: £36 million

Social Media: @MarcusRashford

Image

Marcus Rashford

Links

Arsenal Official Website: [Link to Arsenal Website]

Marcus Rashford's Profile: [Link to Marcus Rashford Profile]

``` ```css /* style.css */ body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; line-height: 1.6; } header { background-color: #333; color: #fff; padding: 20px; text-align: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } main { padding: 20px; max-width: 800px; margin: 0 auto; } section { background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } h1 { font-size: 2.5em; margin-bottom: 0.5em; text-shadow: 1px #ccc; } p { font-size: 1.1em; margin-bottom: 1em; } img { max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 4px; } footer { background-color: #333; color: #fff; text-align: center; padding: 10px; font-size: 0.8em; } .link { color: #333; text-decoration: none; margin-bottom: 10px; } .link:hover { text-decoration: underline; } .image-container { display: flex; justify-content: center; align-items: center; gap: 20px; } .image-container img { width: 100%; height: auto; border-radius: 4px; } /* Media query for responsiveness */ @media (max-width: 768px) { main { padding: 10px; } section { padding: 8px; } }