Mentor Doug published on 2021-02-22T20:26:55Z
Week 3
Example HTML: https://webeditor.app.oyoclass.com/file/6033e3300375bb44c2f0f9f3
Associated Challenge Bundles:
- Divs & Inline Style
- Intro to CSS
- More CSS
- Navbar
- Web Comic
Resources:
- Google Fonts
- You may need to add fonts by copying the <link> tag given to you when you click on the font.
- Assets Folder
- Putting all of your images and other files in an 'assets' folder is a good way to organize your website
- To link to assets in this folder, you should use a relative path.
<img src="assets/mypicture.png">
Author
