Answers for "outline bottom css"

CSS
0

outline bottom css

div {
    width: 100px;
    height: 100px;
    background: #eee;
}
div:hover {
    width: 100px;
    height: 100px;
    background: #eee;
    border-bottom: 1px solid;
    margin-bottom: -1px;
}
Posted by: Guest on March-06-2020

Browse Popular Code Answers by Language