File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# CSS | Slack clone with Flexbox
4
4
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
+
5
26
## Introduction
6
27
7
28
** Slack** is a cloud-based set of team collaboration tools and services, or in simpler terms, an online chat application.
You can’t perform that action at this time.
0 commit comments