nav a {
display: inline-block;
padding: .25em 2em;
margin: 1em;
position: relative;
border-radius: .5em;
overflow: hidden;
}
nav a:before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: -1;
background: pink;
transform: scaleX(0);
transition: transform .25s;
}
nav a:hover:before, nav .active:before {
transform: scaleX(1);
}
برچسب:
نویسنده: آیلین رضوانی