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 trialvictor zapata
Courses Plus Student 961 Pointsmust be a error on website idk
help
<!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> © 2017 VZ. </p>
</footer>
</div>
</body>
</html>
h1{
font-family: 'Changa', sans-serif;
font-size:1.75em;
font-weight:normal;
}
victor zapata
Courses Plus Student 961 Pointsgood point friend lol
h1{ font-family: 'open sans' ,sans-serif; font-size:1.75em; font-weight:normal; } getting a error message for font-size
Michael Davis
Courses Plus Student 12,508 PointsI wasn't able to reproduce the error. What is the error message?
1 Answer
Steven Parker
231,198 PointsIt looks like you've made a number of other changes to the HTML.
I see differences in things like title, footer, image locations and number of list items.
All of your work for the challenge looks good, but your other changes are apparently confusing the "check work" process. Try starting over, and add or change only the lines(s) necessary to complete the challenge tasks. Save the other experimentation for the workspace.
victor zapata
Courses Plus Student 961 Pointsthanks alot my brother appreciate the info your the best
Michael Davis
Courses Plus Student 12,508 PointsMichael Davis
Courses Plus Student 12,508 PointsI would love to help, but you haven't stated a problem.