Mon, 2017-10-09 21:03
Hi,
I can handle doing a border on a div where it's just a rectangular border encompassing the div but is the type of combo border possible as in this picture?
https://s1.postimg.org/9pqkc8v5m7/css-border.jpg
Its like a rectangular border around a div and then combined with a horizontal rule that splits the rectangular div horizontally but the horizontal rule is not visible inside the div but only outside it.
I don't know if this type of border has a name or if it is possible via CSS.
Sat, 2017-11-25 21:13
#1
Yes it's possible with css.
Yes it's possible with css. Its just a case of experimenting with some padding, borders and background colours.