.btn::before {
bottom: 0;
width: 0;
left: 0;
}
.btn:hover::before {
width: 100%;
}