@amar215Submitted over 1 year ago
I won't lie, it took a lot of time to make it responsive.
I would highly appreciate your comments on how I would have improved it further. Thanks!
I won't lie, it took a lot of time to make it responsive.
I would highly appreciate your comments on how I would have improved it further. Thanks!
I'm not a very experienced coder, but I find it helpful, when making responsive things, to not set a width and height, but rather let the things inside of it like padding, margin take care of it. Also I saw that you made everything inside of one media qouery. For me it is a huge time saver to break it up for each class or section as I go, so you don't have to take care of everything in one big chunk, and it does not inpact performance as much anymore. Hope these help in the future.