@TicTac1602Submitted over 2 years ago
I know that fixed height and width is not a great pratices but how could I've done different without loosing the precision of my work ?
I know that fixed height and width is not a great pratices but how could I've done different without loosing the precision of my work ?
Try using rem or em units instead of px. For 'fixed' height and width try using percentage % or event better try using vw and vh for containers so you can have that responsiveness. Hope this helps
any feedback is appreciated
Hey @francismudzungayiri ,
1)Always put input element inside your label element. 2) Instead of var start using const variables. Check out online main differences and see why is important to change that.