https://github.com/kevin-powell/reponsive-web-design-bootcamp
Course files for the Responsive Web Design Bootcamp: [https://scrimba.com/course/gresponsive/]
https://github.com/kevin-powell/reponsive-web-design-bootcamp
Last synced: 4 months ago
JSON representation
Course files for the Responsive Web Design Bootcamp: [https://scrimba.com/course/gresponsive/]
- Host: GitHub
- URL: https://github.com/kevin-powell/reponsive-web-design-bootcamp
- Owner: kevin-powell
- Created: 2020-07-07T17:38:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T15:56:22.000Z (over 1 year ago)
- Last Synced: 2024-11-29T23:25:46.739Z (5 months ago)
- Language: HTML
- Size: 1.84 MB
- Stars: 413
- Watchers: 18
- Forks: 205
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - kevin-powell/reponsive-web-design-bootcamp - Course files for the Responsive Web Design Bootcamp: [https://scrimba.com/course/gresponsive/] (HTML)
README
# Responsive Web Design Bootcamp | Scrimba course files
Course files for the Responsive Web Design Bootcamp: https://scrimba.com/course/gresponsive/All files start at the same place as the first video of the project. It includes all images, plus a starting HTML and CSS files.
## The normailze.css files
You will also notice all the project foldes includes a `normalize.css` file.Scrimba includes this by default, behind the scenes. You'll want to leave this in each project file, and keep the link in the HTML file.
By default, Scrimba places them in the root folder. If you'd prefer to stay organized, feel free to move it to the CSS folder, but ensure that you also update the path in all the HTML files if you do this :).