Skip to content

Latest commit

 

History

History
 
 

intermediate_html_css

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Intermediate HTML and CSS

This folder contains lesson markdown files that make up the Intermediate HTML and CSS course. This course exists in the Full Stack JavaScript and the Full Stack Ruby on Rails paths on the Odin Project Website.

Course Outline

The following list represents how the lessons are divided into sections and presented on the website.

Disclaimer: Given the ever updating nature of the curriculum, the outline might be outdated. See the Intermediate HTML and CSS course on the website instead.

Intermediate HTML Concepts

  1. Introduction
  2. Emmet
  3. SVG
  4. Tables

Intermediate CSS Concepts

  1. Default Styles
  2. CSS Units
  3. More Text Styles
  4. More CSS Properties
  5. Advanced Selectors
  6. Positioning
  7. CSS Functions
  8. Custom Properties
  9. Browser Compatibility
  10. Frameworks and Preprocessors

Forms

  1. Form Basics
  2. Form Validation
  3. Project: Sign-Up Form

Grid

  1. Introduction to Grid
  2. Creating a Grid
  3. Positioning Grid Elements
  4. Advanced Grid Properties
  5. Using Flexbox and Grid
  6. Project: Admin Dashboard