Football Transfer News

Headline 1

Breaking: [Specific Transfer Detail]

Transfer Image 1

Source: [News Outlet]

Headline 2

More details about the player...

Read More

Headline 3

Exclusive: Rumors and speculation...

Transfer Image 2

Author: [Journalist Name]

Headline 4

This is important news!

``` ```css /* style.css */ body { font-family: sans-serif; margin: 20px; background-color: #f4f4f4; color: #333; } header { background-color: #222; color: #fff; padding: 20px; text-align: center; } nav a { margin: 0; text-decoration: none; color: #fff; border-radius: 5px; padding: 10px 20px; transition: all 0.3s; } nav a:hover { background-color: #333; color: #fff; } main { padding: 20px; margin-bottom: 20px; } section { margin-bottom: 20px; padding: 20px; background-color: #fff; border: 1px solid #eee; box-shadow: 0 0 10px #ccc; } h1 { font-size: 2.5em; margin-bottom: 10px; text-shadow: 1px #ccc; } h2 { font-size: 1.8em; margin-bottom: 10px; text-shadow: 1px #ccc; } h3 { font-size: 1.2em; margin-bottom: 10px; text-shadow: 1px #ccc; } img { max-width: 400px; height: auto; border-radius: 5px; margin-bottom: 10px; } footer { background-color: #222; color: #fff; text-align: center; padding: 10px; font-size: 14px; }