Skip to content

Commit c15495b

Browse files
authored
Update README.md
Add detailed README
1 parent b914a6b commit c15495b

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# css-box-model-assignment
2-
Demonstration of CSS basics — color, typography, spacing, borders — and a clear visualization of the Box Model.
1+
# CSS Basics & The Box Model — Assignment
2+
3+
This repository contains my solution for the **CSS Basics & The Box Model** assignment.
4+
It demonstrates the use of fundamental CSS properties and provides a clear visualization of the Box Model.
5+
6+
## 📂 Project Structure
7+
- `index.html` — semantic HTML structure of the page
8+
- `styles.css` — external CSS stylesheet (organized, commented, and clean)
9+
- `index-pt.html` + `styles-pt.css` — Portuguese version (for personal study)
10+
11+
## 🎯 Features Demonstrated
12+
- Use of **basic CSS properties**:
13+
- `color`
14+
- `background`
15+
- `font-size` and `font-style`
16+
- `margin`
17+
- `padding`
18+
- `border` and `border-radius`
19+
- Explicit **Box Model demo** with content, padding, border, and margin
20+
- Semantic and accessible HTML (`header`, `nav`, `main`, `section`, `footer`)
21+
- Clean, commented, and maintainable code
22+
23+
## 🌍 Live Demo
24+
If deployed via GitHub Pages:
25+
👉 [View on GitHub Pages](https://USERNAME.github.io/css-box-model-assignment/)
26+
27+
## 📜 License
28+
This project is provided for educational purposes only.

0 commit comments

Comments
 (0)