antleo1995 / html-css-layout-study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Assembly Logo

HTML CSS Layout Study

Prerequisites

  • HTML and CSS

Reading

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.

Objectives

By the end of this, developers should be able to:

  • Explain the difference between display: block; and display: inline;
  • Explain the CSS box-model.
  • Explain clear and float.

Instructions

  1. Fork and clone this repository.
  2. Change into the new directory.
  3. Create and checkout a new branch, named response.
  4. Follow the directions given in study.md.
  5. 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.

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

License:Other