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

HTML How to Make a Website Customizing Colors and Fonts Add Fonts

STUCK HELP PLEASE LOL

?????

index.html
<!DOCTYPE html> 
<html>
    <head>
      <meta charset="utf-8"/>
      <title>Victor Zapata /Developer </title>
      <link rel="stylesheet" href="main.css"/>
      <link href="https://fonts.googleapis.com/css?family=Jim+Nightshade|Roboto" rel="stylesheet"/> 
    </head>
        <body>
        <header>
          <a href="index.html" id="logo" >
          <h1>Victor Zapata </h1>
          <h2>Designer</h2> 
          </a>
          <nav>
            <ul>
              <li> <a  href="index.html "class="selected"> Portfolio </a> </li>
              <li> <a  href="about.html" >  about</a> </li>
              <li> <a  href="contact.html"  >  contact </a> </li>

            </ul>
          </nav>
        </header>
        <div id="wrapper">
     <section>
       <ul>
          <li>  
                <a href="numbers-01.jpg">
          <img src="numbers-01.jpg" alt="numbers-01">
           <p> Experimenting with color and texture</p> 
            </a>

          </li>

          <li>   
                <a href="numbers-02.jpg">
          <img src="numbers-02.jpg" alt="numbers-02">
           <p> Experimenting with color and texture</p> 
             </a>  

          </li>

          <li>   
                <a href="numbers-06.jpg">
          <img src="numbers-06.jpg" alt="numbers-06">
           <p> Experimenting with color and texture</p> 
            </a> 

          </li>

          <li>   
               <a href="numbers-09.jpg">
          <img src="numbers-09.jpg" alt="numbers-09">
           <p> Experimenting with color and texture</p> 
             </a>

          </li>
     </ul>


      </section>


      <footer>
        <a href="http://www.twitter.com" > <img src="twitter-wrap.png" alt="twitter logo"> </a>
         <a href="http://www.facebook.com"> <img src="facebook-wrap.png" alt="facebook logo"> </a>
        <p> &copy;  2017 VZ.  </p>
       </footer>
       </div>    
       </body>
</html>
css/main.css
h1{
    font-family: 'open sans' ,sans-serif;
    font-size:1.75em;
    font-weight:normal;
}
h1{
    font-size:1.75em;
}

1 Answer

Javier Pons
Javier Pons
15,010 Points

You uploaded the Roboto font in your html and used Open Sans in your css, be sure to pick the right html code in google font's website

thanks alot javi now im getting a font size error but i put the 1.75 still bummer error

Javier Pons
Javier Pons
15,010 Points

Check if you typed the semicolon after the font family property. Add a snippet for me to see please

h1{ font-family: 'open sans' ,sans-serif; font-size:1.75em; font-weight:normal; } you see anything my brother??? also im super new trying to break into the field start a new career path appreciate the help

Javier Pons
Javier Pons
15,010 Points

You are welcome. Web development is certainly a good choice , can't See anything right now. What would be the error? in which challenge?. Best of luck with your new career path