-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.71 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML & CSS Course</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>HTML & CSS Course</h1>
<p>This website contains exercises from the HTML & CSS course by SuperSimpleDev on <a href="https://youtu.be/G3e-cpL7ofc" target="_blank">YouTube</a>.</p>
<h2>Lessons</h2>
<ul>
<li><a href="lessons/lesson-01/lesson-01.html">Lesson 1: HTML Basics</a></li>
<li><a href="lessons/lesson-02/lesson-02.html">Lesson 2: CSS Basics</a></li>
<li><a href="lessons/lesson-03/lesson-03.html">Lesson 3: Hovers, Transitions, Shadows</a></li>
<li><a href="lessons/lesson-04/lesson-04.html">Lesson 4: Chrome DevTools & CSS Box Model</a></li>
<li><a href="lessons/lesson-05/lesson-05.html">Lesson 5: Text Styles</a></li>
<li><a href="lessons/lesson-06/lesson-06.html">Lesson 6: The HTML Structure</a></li>
<li><a href="lessons/lesson-07/lesson-07.html">Lesson 7: Images and Text Boxes</a></li>
<li><a href="lessons/lesson-08/lesson-08.html">Lesson 8: CSS Display Property</a></li>
<li><a href="lessons/lesson-09/lesson-09.html">Lesson 9: The div Element</a></li>
<li><a href="lessons/lesson-10/lesson-10.html">Lesson 10: Nested Layouts Technique</a></li>
<li><a href="lessons/lesson-11/lesson-11.html">Lesson 11: CSS Grid</a></li>
<li><a href="lessons/lesson-12/lesson-12.html">Lesson 12: Flexbox</a></li>
<li>Lesson 13: Nested Flexbox</li>
<li>Lesson 14: CSS Position</li>
<li>Lesson 15: Position Absolute and Relative</li>
<li>Lesson 16: Finish the Project</li>
<li>Lesson 17: More CSS Features</li>
</ul>
</body>
</html>