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

Thursday, October 24, 2013

#Codeschool CSS Level 1 Sample Solution Style Specificity


<!-- Sample solution to index.html-->


<!doctype html>
<html lang="en">
  <head>
    <title>Sven's Snowshoe Emporium</title>
    <link rel="stylesheet" href="style.css" />
  </head>
 
  <body>
    <section class="content home">
      <header>
        <h1>Sven's Snowshoe Emporium</h1>
        <h2>"For the Snow-Savvy Shoe-Shopper"</h2>
      </header>
    </section>
  </body>
</html>

//Sample solution to style.css


header {
  background: #e0e2e6;
}


No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts