Answers for "how to add border only at the top of a button"

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 "how to add border only at the top of a button"

Browse Popular Code Answers by Language