This repository contains my solution for the CSS Basics & The Box Model assignment.
It demonstrates the use of fundamental CSS properties and provides a clear visualization of the Box Model.
index.html
— semantic HTML structure of the pagestyles.css
— external CSS stylesheet (organized, commented, and clean)
- Use of basic CSS properties:
color
background
font-size
andfont-style
margin
padding
border
andborder-radius
- Explicit Box Model demo with content, padding, border, and margin
- Semantic and accessible HTML (
header
,nav
,main
,section
,footer
) - Clean, commented, and maintainable code
If deployed via GitHub Pages:
👉 View on GitHub Pages
Augusto Mate
This project is provided for educational purposes only.