Centering div (just kidding)
Probably just not bloating stuff. Small things like separating selectors via comma and adding the necessary property to both at the same time instead of adding the same property to multiple selectors separately.
What challenges did you encounter, and how did you overcome them?Giving proper values to height, width, padding, an so on to match the design as close as possible
What specific areas of your project would you like help with?-
Should I keep using custom properties and at-rules for simple projects such as this one? Or should I ignore those for now and focus on the more basic stuff?
-
Is using
position: absolute
a good practice in cases like this? Or should I've usedflex
instead?