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 trialKobe Sutton
Front End Web Development Techdegree Student 7,534 PointsFor project 1, im trying to transfer some html code into my new file. Its allowing me but its not the same look
When i copy over the original code into my new file, the padding of the heading is changing. Im not sure how to fix it?
1 Answer
Jamie Moore
3,997 PointsThe way the HTML looks is determined by the CSS. Are you copying over both the HTML and CSS? If so, make sure the CSS file is referenced properly in your HTML document.