Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS variable weight double border Reply To: CSS variable weight double border

#300007
AlainPre
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