Css Border Bottom

css border bottom
.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}
css border botttom
div {
border-bottom: 4px dashed blue;
background-color: gold;
height: 100px;
width: 100px;
font-weight: bold;
text-align: center;
}
border bottom css
.selector {
border-bottom: 5px solid red;
}

Leave a Comment