Answers for "put border on in the right top only css"

CSS
1

css border only top and bottom

#element{
  border-left:none;
  border-right:none;
}
Posted by: Guest on May-26-2021
0

set border only left and right css

border-color: red green white blue;
border-style: solid dashed dotted solid;
border-width: 1px 2px 3px 4px;
Posted by: Guest on June-28-2021

Browse Popular Code Answers by Language