Some work time
-Check homework
Review:
CSS styles can be applied to general page elements, CSS Classes, and specific items:img { border: 0px; }
this applies to every image tag in the HTML document
.classy { color: red; }
this applies to a CSS class called classy.
<span class="classy" > Example of a paragraph with classy text </span>
#about { background-color: #ccc; }
This rule applies to just the specific element that has an ID value of about:
<p id="about"> About stuff goes here </p>
Talk about Project A
Hotspots & rollover images & Behaviors window
& let's make something that looks like this