sondosAlansi / hs-zhw-shoes-layout-re-coded-yemen-2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZHW Shoes Layout

Objectives

  1. Develop HTML and CSS competency
  2. Practice visually interpreting HTML and CSS code from the rendered DOM
  3. Practice jumping into, and contributing to, an existing code base

Introduction

You've been hired as a developer to write the code for a cutting edge shoes website: ZHW. Somehow, without being able to program it themselves, the company has provided a complete image for what the site should look like once the HTML and CSS has been updated:

What They Would Like:


Instructions

  1. Open index.html in your browser to see what we have so far (most of the work is completed already)
  2. Write the necessary CSS in css/layout.css to create classes for a three column grid
  3. Update index.html to make use of your newly created CSS classes
  4. Either provide sized tile classes, make use of the clearfix hack using float and clear, or use your own implementation to accurately fill the columns with content

Note: This lab has less direction than previous labs. As programmers in training, you are expected to use your Google-Fu to complete the challenge!

Resources

About

License:Other


Languages

Language:CSS 43.3%Language:HTML 37.4%Language:Ruby 19.3%