Explorar el Código

Added 100% height on body

Viktor Grahn hace 4 años
padre
commit
7357c49cb4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      style.css

+ 2 - 1
style.css

@@ -1,5 +1,6 @@
 body {
-position: relative;
+  position: relative;
+  height: 100%;
 }
 
 .logo {