Posts by Leonardo Humbert • 1 point
1 post
-
0
votes0
answers136
viewsQ: Body with 100% height does not work with auto div height inside
My CSS: * { margin: 0; padding: 0; border: 0; font-family: 'Roboto', sans-serif; } html { height: 100%; width: 100%; } body { height: 100%; /* 707.38px */ width: 100%; background-image:…