Mentor Doug published on 2021-03-08T20:24:27Z
Week 5
Example HTML: https://webeditor.app.oyoclass.com/file/604657e20375bb5bd3709efb
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.
<a href="assets/mypicture.png">
- Bootstrap
Author
