My first web page

So it’s been just a few days since I started here on FCC. I’ve been through the basics of HTML and CSS (not up to the accessibility or responsive parts though). I thought I’d build something before moving on. I wanted to do a tribute page, but it just turned out to be a copy from wikipedia. Either way, the design is mine, and I thought it was pretty good for a beginner. Please do check out my code and provide feedback: https://codepen.io/delilahbard/pen/yLYobLy

I guess it would’t work well on a mobile or narrow screens since it isn’t oprimised in any way, but I’d like to see others opinion about the formatting and choice of colors. Thanks!

1 Like

HTML/CSS markup looks good. I like the use of gradient in the background for the image. The yellow seems out of place but still a good start.

1 Like

Welcome to the forums @delilahbard.

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).
    • Your page passes 1/10 user stories.
    • The test script should be included, with all tests passing, when you submit your projects.
  • The page should be responsive
1 Like

Thank you! :slight_smile: I originally thought of doing just a yellow-black page, but then the image looked a bit out of place so I googled complementary colors and put on a gradient. I guess I need to work on my color skills.

Thank you for the info! I’ll keep that in mind next time.

good start in the web