Skip to content

machikoyasuda/wdi_mmy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day 1

index.html, style.css

  • Make a div for each element: gray background, blue box, red boxes (3), squares (3)
  • Make an extra div to help align square boxes: container
  • Remember to set z-index on square boxes
  • Set classes and IDs: remember, classes for elements that are repeated, IDs for elements that are unique

Day 2

css_positioning.html

  • Learn how position: static, fixed, aboslute, relative block elements.
  • Learn how to apply clearfix:after style.
  • Learn how to float elements, float: left and apply clearfix:after.

Releases

No releases published

Packages

No packages published