Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Shams Nelson
Shams Nelson
2,888 Points

normalize.css and grid.css not linking up with my HTML webpage

I can't figure out why it's not giving margin room like it said it should in the video. I've checked the code and the folder can't figure out why it's not linking up...

<!DOCTYPE HTML>
<html>
<head>
   <meta http-equiva"Content-Type" content=text/html; charset=utf-8"/>
   <title>DBZ 90's Fan Site</title>
   <link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
   <link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
</head>
<body>
  <div class="container clearfix">
    <div id="intro"> 
        <h2>Welcome to the most badass DBZ fansite on the net!</h2>
        <p><a href="https://www.facebook.com/Saiyanheadquarters" class="btn">(Saiyajins ONLY)</a></p>
    </div>
    <img SrC="img/vegeta.jpg" HR WIDTH="62%" alt="BadassVegeta">
    <ul>
      <li><a href="http://paco1011.tripod.com/bakana/id78.html">Characters</li>
      <li><a href="http://dragonball.wikia.com/wiki/Forum:The_real_MOST_ACCURATE_list_of_power_levels">Power Levels</li>
      <li><a href="http://www.angelfire.com/anime3/dbz_ani-gifs/">My Gif Collection!!</a></li>
    <a href="http://dragonball.wikia.com/wiki/Burter"><img SrC="img/burter.gif" alt="Ginyu Force Rox!"></a>
    </ul>

    <div id="favorite characters">
      <h3>Most Badass Characters</h3>
      <p>Here are some of the most <span><b><i>freakin' awesome</i></b> </span>beings in the DBZ universe</p>
    </div>

      <br>
      <br>

    <p>&copy;2014 <a href="http://www.shamsmichaelnelson.com">shamsmichaelnelson</a></p>

  </div>
</body>
</html>

1 Answer

Simon Jensen
Simon Jensen
3,558 Points

can we se it live :)?