@termissuesSubmitted about 2 years ago
Is there anything I could improve in the code?
Is there anything I could improve in the code?
Amazing job!
I suggest using flexbox for centering your div and also putting it in <main> tag. Furthermore, you should use <h1> first and only then <h2>
Everything else seems good.
Good luck on your journey!
Any constructive criticism is welcome!. Cheers.
Suggest not to use a border, because it moves everything when you add a border on hover or focus. Use box-shadow: 0 0 0 {size of border you want} {color};