Lab 7: Intro to CSS
Challenge
This lab is about learning how to style CSS.
Problems
I had trouble styling my image because the size wouldn't change. At first,I solved it by changing the div class from "image" to "img" in the HTML, and changing "div.image" to "img" in the CSS. I used the CSS file provided in Lab 6 as reference. I ended up fixing my HTML and CSS in class with the help of Wes to change the div class back to "image" and to select the image itself in CSS.
Results
This page is now styled with CSS! I added a border, changed the background colors, and changed the fonts. This lab was really fun.