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

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear The Odds are Even



<style>
    /* Add your declarations here */
    li:nth-child(odd) { color: blue; }
    li:nth-child(even) { color: orange; }
</style>

<h1>Odd Or Even</h1>
<ul>
    <li>1</li>
    <li>2</li>
    <li>3</li>
    <li>4</li>
    <li>5</li>
    <li>6</li>
    <li>7</li>
    <li>8</li>
    <li>9</li>
    <li>10</li>
<ul>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts