Header Ads

/

Your Web Development Learning Site

Your Web Development Learning Site

HTML Tutorial

This section covers the basics of HTML...

Start Learning

CSS Tutorial

This section covers the basics of CSS...

Start Learning
/* Reset some default styles */ body, h1, h2, p { margin: 0; padding: 0; } body { font-family: Arial, sans-serif; } header { background-color: #333; color: #fff; padding: 20px; } nav ul { list-style: none; display: flex; } nav ul li { margin-right: 20px; } nav ul li a { color: #fff; text-decoration: none; } main { padding: 20px; } .tutorial { margin-bottom: 40px; border: 1px solid #ddd; padding: 20px; } footer { background-color: #333; color: #fff; text-align: center; padding: 10px; }

© 2023 Your Web Development Learning Site. All rights reserved.

No comments

Powered by Blogger.