I am trying to use height property using percentages, but it doesn\'t work. I want to use percentage so it looks fine in any resolution.
Demo
html,body{ height:100% } #bloque_1{ background:red; height:80%; }