How To Add A Bottom Border In Css Code Example


Example 1: css border bottom


.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}

Example 2: css border botttom


div {
border-bottom: 4px dashed blue;
background-color: gold;
height: 100px;
width: 100px;
font-weight: bold;
text-align: center;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable