CSS Styling Demonstration

Enhancing HTML with External CSS

Background Color & Gradient

This box uses a CSS gradient background: linear-gradient(135deg, #667eea, #764ba2)

This box uses a solid background color: #1abc9c

Text Styling

This text uses Arial font, red color, and 18px size.

This text uses Georgia font, blue color, and 20px size.

This text uses Courier New font, green color, and italic style.

Borders, Padding & Margins

Margin: 20px

Border: 3px solid

Padding: 20px

Hover Effects on Links