Build a Tribute Page (feedback request)

Code
Site

I’m very bad at design. How do I make my pages look a little bit better?

Hello :slightly_smiling_face: . First of all, the website looks amazing. I like it.
If you want to improve your styling, you need to be good at CSS. You should know the basic properties (background, font size, position, grid, flex, …). These basic properties would fill most of the CSS code for “probably” all of your projects.

  1. Before writing the CSS code for the design, I recommend you choose a color plate for your website (I recommend you use Color Hunt, as it contains so many different color plates).
  2. After that, everything in the design and the style depend on your knowledge of CSS and CSS3 (you should know the properties and their values, what each value does, when you should use each property and what it does, and make sure that you understand Grid and Flex very well, as they are the most important topics in CSS).

To facilitate everything for you, these are the most important topics you should concentrate on (in my opinion):

  • Background Properties
  • Font properties
  • Position (With top, bottom, left, and right properties)
  • Grid system
  • Flexbox
  • Margin and Padding
  • Borders
  • Media Queries (How to make responsive designs)

I hope this could help you, Thanks :heart: :grinning:

Thank you so much for the advice! I am familiar with the topics you have mentioned with the exception of the grid system. My problem lies not with not knowing how to use them, but knowing when to use them and use them creatively. Picking a color theme was something that I did not do before starting my project. I will keep your advice in mind when starting a project. Thanks.

1 Like

You’re welcome, and I’m always here to help.
Your CSS skills will gradually improve as you work on multiple projects.