Tribute Page (again and more tidy)

Hey guys here is my second tribute page : page

I’m really getting used to website design. What is your advice? What can I add more for practice?

Edit: Oh! I forgot to say: I could not find to select only one option in checkbox (as you see we can select both of them) how can I change?

Hello~!

You can achieve this by changing them from checkboxes to radio buttons.
Or, if you’re feeling humourous, add the disabled attribute to your “I do not like it” checkbox and see what happens :upside_down_face:

it easier if you using radio then checkboxes

thanks guys :grin:
any different advice?

Page looks okay @ayhanisidici. Some things to revisit;

  • The test script should be included, with all tests passing, when you submit your projects.
    • Your page passes 8/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should address.
  • Don’t use <br> to force spacing…or line breaks. That’s what CSS is for.
  • The page needs to be responsive
  • Review the lesson about giving meaningful text to links.