Answers for "css border top and bottom only 1px solid"

CSS
1

css border only top and bottom

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

Code answers related to "css border top and bottom only 1px solid"

Browse Popular Code Answers by Language