outline bottom css

Solutions on MaxInterview for outline bottom css by the best coders in the world

showing results for - "outline bottom css"
Amy
18 Mar 2019
1div {
2    width: 100px;
3    height: 100px;
4    background: #eee;
5}
6div:hover {
7    width: 100px;
8    height: 100px;
9    background: #eee;
10    border-bottom: 1px solid;
11    margin-bottom: -1px;
12}