Home › Forums › CSS › CSS variable weight double border › Reply To: CSS variable weight double border
December 6, 2019 at 4:29 am
#300007
Participant
Something ike this :
#outer {border:solid thick black;}
#inner {border:solid thin black; margin:10px;}
<div id=”outer”>
<div id=”inner”>
…
</div>
</div>
or a border-image : http://stylescss.free.fr/v2-properties/border-image.php