border bottom under text only

Solutions on MaxInterview for border bottom under text only by the best coders in the world

showing results for - "border bottom under text only"
Emilia
18 Apr 2019
1li {
2	a {
3		    width: auto;
4			display: block;
5			height: auto;
6            &:hover {
7            	border-bottom: 3px solid red;
8            }
9    }
10}