Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67adfd6

Browse files
authored
Added a section on layouts
1 parent e65dec7 commit 67adfd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Week2/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,13 @@ Learn more about media queries here:
200200
- [Introduction to Media Queries](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Media_queries).
201201
- [Learn CSS Media Query in 7 Minutes](https://www.youtube.com/watch?v=yU7jJ3NbPdA)
202202

203+
### Layouts
204+
205+
Now that you know about all the tools at your disposal it is time to look at creating layouts, which are the most basic design of your app/website. It is important to always do this step first as any changes in the layout will affect all of the other parts in the website, whereas the smaller parts should not affect the layout.
206+
207+
Learn more about them here:
208+
- [The fundamentals of css layouts](https://www.youtube.com/watch?v=yMEjLBKyvEg)
209+
203210
## 3. Markdown
204211

205212
As you've probably seen, every project on GitHub comes with a file called `README.md`

0 commit comments

Comments
 (0)