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

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear Happily ever after



<style>
    p {
        margin: 40px;
        font-size: 24px;
        font-family: serif;
        color: #aaaaaa;
        font-style: italic;
    }
    /* Add Your Declarations Here */
    p:before {
        content: "Once upon a time ";
    }
    p:after {
        content: " and lived happily ever after.";
    }
</style>

<p>a princess was locked in the tower...she escaped</p>
<p>you learned to code with Codecademy, got a good job</p>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts