Skip to content

Commit d28f2f2

Browse files
authored
typos fix
1 parent 39180c5 commit d28f2f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We use Slack app almost every day to keep our communications with our classmates
1010

1111

1212

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**.
1414

1515

1616

@@ -71,7 +71,7 @@ When you begin working as a developer, it is very likely that your team will use
7171

7272
Mobile first right? :wink:
7373

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!
7575

7676

7777

@@ -223,7 +223,7 @@ You can inspect the page styles here:
223223

224224
Last one! Some small changes and we are done! In this iteration we are targeting the large screen devices such as desktops and laptops:
225225

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.
227227

228228

229229

0 commit comments

Comments
 (0)