Skip to content

jayyargh/User-Interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

HTML / CSS - User Interface Project

We will be building a single page website throughout this week. We will approach the layout in a few different ways so that we can learn the many challenges of building user interface. The first challenge will be to build the interface using only the box model and display types of block and inline. You can use floats and clears if you want as well!

The second challenge will be to re-approach your first build with flexbox techniques. Don't accomplish the second challenge until you have completely finished the page using box model and display types only!

Hint The HTML is already in the project, you can use that as a guide for your CSS. If you want to stretch yourself, delete the HTML and start from scratch.

Useful Resources

Challenge 1

Objective: Code up as much of the web page as you can using the box model and any layout techniques you have learned.

  • Try to make the site look like the included great-idea-example.jpg

  • I have included a CSS reset and some base styles you will need to match the design.

Challenge 2

  • Objective: Incorporate flexbox where you were using box model before.

To Get Started

  • Fork / Clone this project into a directory on your machine.
  • cd into your forked local copy.
  • Start coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.6%
  • CSS 41.4%