First try in html/css, Any constructive criticism is welcome (Tribute Page)

Please give a correct assessment, what to fix, what errors in the code and so on. Any constructive criticism is welcome. Thank you :pray:

2 Likes

you passed the test! and I look you are very creative. Keep it dude!

1 Like

I like the subject matter. The text can be a little hard to read on the β€œnoisy” background. Perhaps you might want to desaturate it a little, which can be done with CSS. Try adding this to the CSS for the body element:

  background-color: #555;
  background-blend-mode: screen;

You can see the result here in the forked pen:

1 Like

Yes, I tried to choose the appropriate font, apparently I need a bold outline.

Your option looks easier for perception, I will use your advice, thanks)