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

Something wrong with my code it does not response to my commands.

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Mantas Gudauskas | Businessman</title>
    <link rel="stylesheet" href="css/normalize.css">
    <link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400,400italic,700,700italic,800' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" href="css/main.css"> 
    <link rel="stylesheet" href="css/responsive.css">
  </head>
  <body>
    <header>
      <a href="index.html" id="logo">
        <h1>Mantas Gudauskas</h1>
        <h2>Businessman</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 id="gallery">
          <li>
            <a href="img/numbers-01.jpg">
              <img src="img/numbers-01.jpg" alt="">
              <p>Some sort of art.</p>
             </a>
          </li>
           <li>
            <a href="img/numbers-02.jpg">
              <img src="img/numbers-02.jpg" alt="">
              <p>Another piece of art.</p>
             </a>
          </li>
           <li>
            <a href="img/numbers-06.jpg">
              <img src="img/numbers-06.jpg" alt="">
              <p>I can't say ehat it is.</p>
             </a>
          </li>
           <li>
            <a href="img/numbers-09.jpg">
              <img src="img/numbers-09.jpg" alt="">
              <p>It is hard to describe that.</p>
             </a>
          </li>
           <li>
            <a href="img/numbers-12.jpg">
              <img src="img/numbers-012.jpg" alt="">
              <p>Incredible.</p>
             </a>
          </li>
        </ul>
      </section>
      <footer>
          <a href="http://twitter.com/MantasGudauskas"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
           <a href="http://facebook.com/mantas.gudauskas"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
        <p>&copy; 2014 Mantas Gudauskas</p>
    </footer>
      </div>
  </body>
</html>
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Mantas Gudauskas | Businessman</title>
    <link rel="stylesheet" href="css/normalize.css">
    <link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400,400italic,700,700italic,800' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" href="css/main.css">
    <link rel="stylesheet" href="css/responsive.css">
  </head>
  <body>
    <header>
      <a href="index.html" id="logo">
        <h1>Mantas Gudauskas</h1>
        <h2>Businessman</h2>
      </a>
      <nav>
        <ul>
          <li><a href="index.html">Portfolio</a></li>
          <li><a href="about.html">About</a></li>
          <li><a href="contact.html" class="selected">Contact</a></li>
        </ul>
      </nav>
    </header>
    <div id="wrapper">
        <section id="primary">
        <h3>General Information</h3>
        <p>If you are interested in me just call</p>
        <p>Please phone me if you really need</p>
        </section>
        <section id="secondary">
        <h3>Contact Details</h3>
        <ul class="contact-info">
          <li class="phone"><a href="tel:+3706-24-07332">+3706-24-07332 </a></li>
          <li class="mail"><a href="mailto:xxxxxx@gmail.com">xxxxxx@gmail.com</a></li>
          <li class="twitter"><a href="http://twitter.com/intent/tweet?screen_name=MantasGudauskas">@MantasGudauskas</a></li>
        </ul>
      </section>
      <footer>
          <a href="http://twitter.com/MantasGudauskas"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
           <a href="http://facebook.com/mantas.gudauskas"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
        <p>&copy; 2014 Mantas Gudauskas</p>
    </footer>
      </div>
  </body>
</html>
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Mantas Gudauskas | Businessman</title>
    <link rel="stylesheet" href="css/normalize.css">
    <link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400,400italic,700,700italic,800' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" href="css/main.css">
    <link rel="stylesheet" href="css/responsive.css">
  </head>
  <body>
    <header>
      <a href="index.html" id="logo">
        <h1>Mantas Gudauskas</h1>
        <h2>Businessman</h2>
      </a>
      <nav>
        <ul>
          <li><a href="index.html">Portfolio</a></li>
          <li><a href="about.html" class="selected">About</a></li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </nav>
    </header>
    <div id="wrapper">
      <section>
        <img src="img/mantas.jpg" alt="Photo of Mantas Gudauskas" class="profile-picture">
        <h3>About</h3>
        <p>Hi, my name is Mantas Gudauskas...</p>
        <p>If you'd like to follow me on twitter my nickname is <a href="http://twitter.com/IamMantas">@IamMantas</a>.</p>
      </section>
      <footer>
          <a href="http://twitter.com/MantasGudauskas"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
           <a href="http://facebook.com/mantas.gudauskas"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
        <p>&copy; 2014 Mantas Gudauskas</p>
    </footer>
      </div>
  </body>
</html>

3 Answers

Taylor Plante
Taylor Plante
22,283 Points

Can you post the markup? There are special instructions in the markdown cheatsheet so the html is displayed properly.

I don't know how to do it

Taylor Plante
Taylor Plante
22,283 Points

What isn't responding? Are you trying to apply CSS that isn't working? Is the page not loading at all?

jase richards
jase richards
10,379 Points

Can you tell us what it is that isn't working, after looking over the coding it looks fine but you say there is an issue so what isn't showing up specifically.

Also in the first file in the unordered list with the id wrapper, in the 3rd list in between the paragraph tags it says "I can't say ehat it is" You probably want " I can't say what it is"