.btn::before {
left: 0;
bottom: 0;
height: 0;
transition: all .5s ease;
}
.btn:hover::before {
height: 100%;
}