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

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear Anchors Away



<style>
    p { font-family: sans-serif; font-size:18px;}
    div#welcome p{ font-family: cursive; font-size: 24px; color: white; background:blue;}
</style>

<div id="welcome">
    <p>Welcome To My Site</p>
</div>
<div id="content">
    <p>Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem</p>
    <p>Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem</p>
</div>
<div id="footer">
    <p>My Site &copy; Me</p>
</div>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts