Skip to content

Commit 6dde1c8

Browse files
committed
HTML and CSS
1 parent 44a80ff commit 6dde1c8

11 files changed

+9
-11
lines changed

01.HTML/introduction.md

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ Welcome, future developers! This repository contains code and examples used in t
44

55
# Table of Contents
66

7-
- **HTML**
8-
- [Introduction](./01.HTML/introduction.md)
97
- **CSS**
10-
- [Introduction](./02.CSS/01.introduction.md)
11-
- [Selectors](./02.CSS/02.css-selectors.md)
12-
- [Box Model](./02.CSS/03.css-box-model.md)
13-
- [Document Flow](./02.CSS/04.document-flow.md)
14-
- [Display property](./02.CSS/05.css-display-property.md)
15-
- [Position property](./02.CSS/06.css-position-property.md)
16-
- [Units](./02.CSS/07.css-units.md)
17-
- [Viewport](./02.CSS/09.viewport.md)
18-
- [Exercises](./02.CSS/08.exercises.md)
8+
- [Introduction](./CSS/01.introduction.md)
9+
- [Selectors](./CSS/css-selectors.md)
10+
- [Box Model](./CSS/css-box-model.md)
11+
- [Document Flow](./CSS/04.document-flow.md)
12+
- [Display property](./CSS/css-display-property.md)
13+
- [Position property](./CSS/css-position-property.md)
14+
- [Units](./CSS/css-units.md)
15+
- [Viewport](./CSS/09.viewport.md)
16+
- [Exercises](./CSS/08.exercises.md)
1917

2018
## Resources
2119

0 commit comments

Comments
 (0)