Home › Forums › CSS › What 'border' can and cannot ..? › Reply To: What 'border' can and cannot ..?
August 30, 2013 at 7:11 am
#148600
Participant
Hi!
-
there is the orange box generated by:
<p class="innerbox">
-
there is the black line generated by:
<div class ="outerbox">
My question is: is there a way to produce the black line by using the border property within the p element in order to make the surrounding div element redundant?