- HTML and CSS
One of the best CSS tutorials out there is from a local web development shop, bocoup. Their Learn CSS Layout tutorial focuses on fundamentals of CSS, something we want to focus on early to improve our development speed and understanding of CSS for later projects.
The tutorial is made of short sections that focus on one, specific aspect of layout with CSS. This makes it not only a great tutorial for layout, but also a valuable reference for later. You'll probably come back to this document from time to time when you need help with your layout.
By the end of this, developers should be able to:
- Explain the difference between
display: block;
anddisplay: inline;
- Explain the CSS box-model.
- Explain
clear
andfloat
.
- Fork and clone this repository.
- Change into the new directory.
- Create and checkout a new branch, named
response
. - Follow the directions given in
study.md
. - When finished, push to your fork and submit a pull request.
You may wish to refer to FAQs related to forking, cloning, and pull requests.
- All content is licensed under a CCBYNCSA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].