Mia
0
Q:

css border bottom

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

New to Communities?

Join the community