Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear A Class Selector



<style>
    .imbig { font-size: 20px;}
    /*Create a declaration to style all <p> elements*/
    p { font-size: 15px;}
    .footer { font-size: 12px; color: #666666;}
</style>

<p>Don't you think that CSS is awesome?</p>
<p class="imbig">You are learning the stuff of masters!</p>
<p>If I had a penny every time someone asked me...</p>
<footer>
  <p class="footer">Site Design By Me</p>
</footer>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts