Answers for "change the length of a border top"

CSS
9

css border top

.topBorder {
  /*        width style color  */
  border-top: 5px solid black;
}
Posted by: Guest on October-29-2020
4

border width css

.element {
  border-width: 2px;
}
Posted by: Guest on July-23-2020

Code answers related to "change the length of a border top"

Browse Popular Code Answers by Language