Reputation: 2201
How can I make a div's side (left/right) border start lower than it's actual size? I know I can reduce it's height and then add a margin-top, but I don't want that. Is it possible to simply lower down the starting point of the border?
__________
|
|
|
Upvotes: 5
Views: 21434
Reputation: 723598
You can only do this by omitting the top border and either
Upvotes: 5