CSS height 100% - step 1

by Julien Roche

HTML

<div class="my-element">My element</div>

CSS

.my-element {
   background-color: orange;
   color: white;
   height: 100%;
}