https://codepen.io/bboros/pen/VwmMrLx
Hey Hey All, I just finished my 4th project. Feel free to make any negative or positive comments, suggestions to improve also welcome and would highly appreciate that. Many thanks in advance
https://codepen.io/bboros/pen/VwmMrLx
Hey Hey All, I just finished my 4th project. Feel free to make any negative or positive comments, suggestions to improve also welcome and would highly appreciate that. Many thanks in advance
Well done however your main section slides about - even going under your nav - on smaller screens (mobile)
Many Thanks, Much appreciate it. Ill look in to that
Your page looks good @bboros. Some things to revisit;
body
element in the HTML editor. (No need to include the body
tags). For anything you want to add to the <head>
element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
body
element. Review this for an understanding of the HTML boilerplate tags.<br>
element to force line breaks or spacing. That’s what CSS is for.
<code>
snippets in <pre> </pre>
tags in HTML to preserve whitespace and line breaks.pre
element and do the following in CSS; code {
white-space: pre-line;
}
@Roma !
Much appreciate that and would like to say big thank You for Your time to check my work.
Went through on Your suggestions, fixed issues and also used validator.
Please see below link for edited version:
https://codepen.io/bboros/pen/qBqVjvK
Many Thanks again!
@bboros, I see things were cleaned up but I’m still seeing the following issues you’ll want to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
)
<br>
element to force line breaks or spacing. That’s what CSS is for.On a side note, you don’t have to create a new pen each time. If you edit your current pen the changes will be picked up and you won’t have to resubmit your completed project.
Many Thanks! All fixed and deleted second pen and edited original one. I believe it will meet all standard requirement now. However lesson learned and Ill make sure will put more attention to details on next project. If something still needs to be re-visit please feel free to add below.
Many Thanks
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.