I just threw together something while I was sitting in the food court at my local shopping center waiting for my vehicle to be fixed. Still trying to wrap my head around margin and padding, feedback/advice/input greatly appreciated
Megan Kullu
@MeganKulluAll comments
- @Khriz93Submitted about 1 year ago@MeganKulluPosted about 1 year ago
Hi, your solution looks great, almost perfect I can say. To help with margin and padding, think of margin as the spacing outside/around the element's block and padding as the inward spacing inside the element's block, hope that helps!
0 - @AkramLahSubmitted over 1 year ago
Complete beginner here , feel free to review my css code and give me advices on how to improve (css file structure , clean code ect )
@MeganKulluPosted over 1 year agoHey, I like your approach to the problem. You can consider placing all your tags inside the container div so that all the code is in one view as you have assigned it the 100vh height. :-)
0