Skip to content

Commit c620d3a

Browse files
authored
feat: add learning goals section
1 parent 30351ba commit c620d3a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

readme.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
# LAB | CSS Instagram Clone
44

5+
<details>
6+
<summary>
7+
<h2>Learning Goals</h2>
8+
</summary>
9+
10+
This exercise is designed to allow you practice and apply the concepts and techniques taught in class.
11+
12+
Upon completion of this exercise, you will be able to:
13+
14+
- Develop a simple webpage based on provided design and assets.
15+
- Create and link an external CSS stylesheet with an HTML document.
16+
- Use the CSS `position` property to position elements on a webpage.
17+
- Use *Flexbox* to layout and position elements on a webpage.
18+
- Display images in a webpage using HTML image tags and CSS `background` property.
19+
- Use MDN as a reference to look up and apply CSS properties not covered in class, such as `list-style` , `text-decoration` , `text-transform` , etc.
20+
- Submit completed work using Git and GitHub by creating a Pull Request.
21+
22+
<br>
23+
<hr>
24+
25+
</details>
26+
527
## Introduction
628

729
One of the best ways to sharpen your CSS skills is to try to recreate an existing style and layout, so take a look at the deliverable below, work with a partner, and build your own version of Instagram.com. Don't worry if you can't get it to look _exactly_ as you see but try your best to get as close as possible.

0 commit comments

Comments
 (0)