Skip to content

A summer review project to practice browser flow & CSS box model.

Notifications You must be signed in to change notification settings

ltw-summer-reviews/flow-deep-dive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow deep dive

A summer review project to practice browser flow & CSS box model.


Details

  • Approx. completion time: 2 hours
  • Deliverables: 1 HTML file, 1 CSS file, images

Using only typography and box model CSS properties, complete the layout to match the one presented in the mockups.

The HTML is already complete & cannot be changed. Only add to the CSS file, with a restricted set of properties.

Inside your CSS file, these are the only properties you can use:

  • background-color
  • border
  • box-sizing
  • color
  • display
  • font (font-family, font-size, font-style, line-height)
  • list-style-type
  • margin
  • padding
  • text-align
  • text-decoration
  • width

If the property isn’t on the list you just don’t need it.


Checklist

  • ❏ Design matches the designs in the mockups.
  • ❏ Design is flexible between 320px – 600px.
  • ❏ Only the CSS properties listed above are used to create the layout.
  • ❏ HTML is unchanged from when downloaded.
  • ❏ CSS properly validated.
  • ❏ Has lots of detailed commits.
  • ❏ No extra, unused files in the repository.
  • ❏ Folders organized properly.
  • ❏ Files & folders follow naming conventions.
  • ❏ Code files properly indented.
  • ❏ Set up as a hosted GitHub repository with gh-pages.

Relevant tutorials & tools


Asking for help

  1. Ask someone else from class if they’re available.
  2. Create an issue on GitHub Issues inside your repository; tag me, @thomasjbradley, in the issue and I’ll respond there. I may not be as fast, because it’s the summer, but I’ll definitely respond.

Licenses & copyrights

☛ Refer the the license & copyright statement

Assets used:

About

A summer review project to practice browser flow & CSS box model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages