Good day, I need help
I have row with background black & border black, i would like a thin white border just before the border.
so the outcome would be
black
white
black
i don't know if it is possible
Please help
I have row with background black & border black, i would like a thin white border just before the border.
so the outcome would be
black
white
black
i don't know if it is possible
Code:
color: #fff; font-weight : normal; background-color: #000; border-top:1pt solid #000; border-bottom:1pt solid #000;
Comment