1- how can i improve my design skills ? 2- What it your Feedback for me ?
Kabrax01
@Kabrax01All comments
- @PeaceCreationSubmitted over 1 year ago@Kabrax01Posted over 1 year ago
Hi. You can start by reading this: Pseudo selector :hover Pseudo selector :active
The point is that colors on your
<li>
should change dependant on where user mouse is.Also delete all unnecessary files from Your repository.
And I sugest You to take at least responsive design section from this site :
As for JavaScript here You can find anything You will need to start with JS info
Your solution need some improvements but don`t give up! You are on right track ππποΈββοΈ
Marked as helpful0 - @Leandro-Sousa-devSubmitted over 1 year ago
If anyone knows how to make the gradient effect look exactly like the design, please let me know.
Se alguΓ©m souber como fazer o efeito gradient exatamente igual ao do design, por favor me diga.
@Kabrax01Posted over 1 year agoHi. For radial gradient You can try this website: https://www.css-gradient.com/
Marked as helpful1 - @vanamos12Submitted over 1 year ago
How to center a box vertically?
@Kabrax01Posted over 1 year agoTo your body tag add:
min-hight: 100vh
and You are set :D
FIrst
<h>
element on page should always be<h1>
Also You should edit or remove attributions section.
Anyway good job πand keep it up! ποΈββοΈ
1