Layout Demos

These HTML demos were created for the Intro to Modern Web Design course at CodeAbode.

  • Home - a simple web page with internal css.
  • Centering - centering block elements with css.
  • Columns - reusable column classes with css.
  • Fixed Nav - top fixed navigation bar.
  • Transitions - css transitions and hover events.

Directory Structure


├── centering/
    ├── css/
    └── index.html
├── columns/
    ├── css/
    └── index.html
├── fixed-Nav/
    ├── css/
    └── index.html
├── transitions/
    ├── css/
    └── index.html
├── index.html
└── README.md