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: Week1/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,22 @@ In week two we will discuss the following topics
5
5
• Responsive web design
6
6
• Media queries
7
7
• Flexbox
8
+
• How to use the inspector
8
9
```
9
10
10
11
### Here are resources that we like you to read as a preparation for the coming lecture:
11
12
- Start reading about media queries here: [Introduction to Media Queries](https://varvy.com/mobile/media-queries.html).
12
13
- And read about [flexbox](https://tympanus.net/codrops/css_reference/flexbox/And)
13
14
- Also take a look at this [website](http://mediaqueri.es) here you can find examples of responsive design.
14
15
16
+
### How to use the inspector :mag:
17
+
Read and watch about how you can [Inspect and Edit Pages and Styles](https://developers.google.com/web/tools/chrome-devtools/inspect-styles/) using the inspector
18
+
19
+
Here you can read about the inspector which is part of the [The Chrome Developer Tools](https://developer.chrome.com/devtools)
20
+
21
+
Please read the following sections:
22
+
- Accessing the DevTools
23
+
- The DevTools window
24
+
- Inspecting the DOM and styles
25
+
15
26
_Please go through the material and come to class prepared!_
0 commit comments