My tribute page. Critics and feedbacks are appreciated

Link - https://codepen.io/Uolken/full/zBLWJZ/

I need your reviews
P.S. Please test, how responsive design working, I first time made it without Bootstrap.
Thanks

Hi there really good work, I like the colours, and title font, as well as the header in general.

In regards to improvements, I’d reduce the font size of “Works”, (it looks as big as the title), and maybe try out some scroll based effect like add the css below,

header {
  postion: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

html {
  margin-top: 450px;
}

Thank you for feedback!
As you say, i reduce font size of titles, and now it looks much better. Your ideas about scroll effect also look cool, I think, i will use this in my portfolio project. Thanks again!

1 Like