Home › Forums › CSS › Trouble creating multiple borders with pseudo elements. › Reply To: Trouble creating multiple borders with pseudo elements.
December 18, 2013 at 4:15 am
#158584
Inactive
The source code shows
#inner:after,#inner .after {
content:" ";
position:absolute;
bottom:-1px;
left:2px;
right:2px;
border-bottom:1px solid #9b9b9b;
which is working because the desired line is created at the bottom.
Best Regards.