Skip to content

Commit f60f57a

Browse files
authored
Merge pull request ironhack-labs#1744 from ironhack-labs/uros/feat/add-learning-goals
Add Learning Goals section
2 parents 9c339cc + 7e37a55 commit f60f57a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

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

33
# CSS | Slack clone with Flexbox
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 fully responsive webpage using provided designs as a guide.
15+
- Use CSS *media queries* to adapt the page layout to different screen sizes.
16+
- Use *Flexbox* to layout and position elements on a webpage dynamically as either rows or columns depending on the viewport size.
17+
- Use the CSS `position` property to position elements on a webpage.
18+
- Display images on a webpage and make them responsive according to the viewport size.
19+
- Submit completed work using Git and GitHub by creating a Pull Request.
20+
21+
<br>
22+
<hr>
23+
24+
</details>
25+
526
## Introduction
627

728
**Slack** is a cloud-based set of team collaboration tools and services, or in simpler terms, an online chat application.

0 commit comments

Comments
 (0)