Answers for "a border goes inside css"

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
1

How do you display a border like this:

A border-width:10px 5px 20px 1px B border:10px 20px 5px 1px C border:10px 1px 5px 20px D border-width:5px 20px 10px 1px 
Posted by: Guest on October-08-2021

Browse Popular Code Answers by Language