You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ We use Slack app almost every day to keep our communications with our classmates
10
10
11
11
12
12
13
-
The goal of the lab is to create a *responsive* landing page using **CSS**, **Flexbox**, and **media queries**.
13
+
The goal of the lab is to create a *responsive* landing page using **CSS**and **Flexbox**.
14
14
15
15
16
16
@@ -71,7 +71,7 @@ When you begin working as a developer, it is very likely that your team will use
71
71
72
72
Mobile first right? :wink:
73
73
74
-
We will start by focusing on the styles for mobile screens first! 📱 Oh! Remember to use **Flexbox** to create the layout and display the content in rows or columns from the start. You'll be working on adapting the layout to different screen sizes in the following iterations, so it's essential that you start using Flexbox from start to end!
74
+
We will start by focusing on the styles for mobile screens first! :iphone: Oh! Remember to use **Flexbox** to create the layout and display the content in rows or columns from the start. You'll be working on adapting the layout to different screen sizes in the following iterations, so it's essential that you start using Flexbox from start to end!
75
75
76
76
77
77
@@ -223,7 +223,7 @@ You can inspect the page styles here:
223
223
224
224
Last one! Some small changes and we are done! In this iteration we are targeting the large screen devices such as desktops and laptops:
225
225
226
-
- The **sign up buttons** in the **header** should now be displayed horizontally, next to each other. Additionaly, the image shown in the **header** should be centered and fully visible.
226
+
- The **sign up buttons** in the **header** should now be displayed horizontally, next to each other. Additionally, the image shown in the **header** should be centered and fully visible.
0 commit comments