Answers for "html border without bottom"

CSS
2

border bottom remove

border-bottom: none;
Posted by: Guest on July-03-2020
1

css border only top and bottom

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

Browse Popular Code Answers by Language