girldevelopit / gdi-featured-html-css-intro

Slides and handouts for GDI Intro to HTML course
MIT License
90 stars 243 forks source link

Update class4.html #19

Closed jannypie closed 8 years ago

jannypie commented 10 years ago

Working with instructor during class to review slides 1) First slide on static positioning - left-aligned images so that they reflect actual normal flow with static positioning (were centered) 2) Renamed example classes for clarification; naming the class the same as the property was causing confusion with our students (example: .float { float: left; } changed to .float-example { float: left;} )

--general code cleanup as i was going through to improve readability

Roenok commented 8 years ago

Clearing out some old PRs. We made a bunch of changes to the repo recently; I hope you'll enjoy. Thanks!