Responsive web Design project
I am really looking forward for your comments
Please edit your post and give a descriptive title and put the link to your pen in your post.
- Keep the test script when forking the pen (
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).- Your page passes 7/10 user stories.
- The test script should be included, with all tests passing, when you submit your project.
- When using codepen it only expects the code you’d put within the
<body> </body>
tags in HTML. (No need to include the body tags). For anything you want to add to<head>
click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.- The link to your font would go in the box labeled ‘Stuff for <head>’
- Make all your styling external. Move it into the CSS section
- When you copied the imbedded link for your font it also showed you how to reference the
font family
in CSS. You did not do it correctly. - Do not use the
<br>
tag to force spacing. Use margin and/or padding in CSS.