What do you guys think about my first project ?
try to use media screen , other is well!
thank you @rio_sanap
Your page looks good @frednyambok2030. Some things to revisit;
- Verify your email addr with codepen so we can see your page full screen
- Codepen provides the boilerplate for you. It only expects the code youâd put within the
body
element in the HTML editor. (No need to include thebody
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. - Run your HTML code through the W3C validator.
- There are HTML syntax/coding errors you should be aware of and address.
- Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective âAnalyzeâ link.
- The one for CSS is good. Use it and address the issue(s).
(The one for HTML misses things which is why I recommend W3C)
- The one for CSS is good. Use it and address the issue(s).
- Do not use the
<br>
element to force line breaks or spacing. Thatâs what CSS is for.- Reference MDN Docs
- Accessibility is about being accessible to all users. Review the giving meaningful text to links lesson. For a more thorough explanation read Web Accessibility in Mind.
- âbritannicaâ is not accessible
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.