Answers for "html border on 3 sides"

CSS
2

css border different sides

/*className     property     values: width style color*/
.rightBorder  { border-right: 1px solid black }

.leftBorder   { border-left: 2px dashed red }

.topBorder    { border-top: 3px dotted blue }

.bottomBorder { border-bottom: 4px double yellow }
Posted by: Guest on October-29-2020

Code answers related to "html border on 3 sides"

Browse Popular Code Answers by Language