Mirari
Accès à un fichier
File: css_border.htm - Tab length: 1 2 4 8 - Lines: on off - No wrap: on off

<html>
    <head>
        <title>CSS Border Test</title>
        <style type="text/css">
            div.box
            {
                background-color    : lightgray;
                border-bottom       : 1px solid blue;
                border-left         : 1px solid red;
                border-right        : 1px solid red;
                border-top          : 1px solid blue;
                margin              : 20px;
                height              : 50px;
                width               : 50px;
            }
        </style>
    </head>
    <body>
        <div class="box"></div>
    </body>
</html>

Cet affichage est obtenu après traitement par le site et peut ne pas correspondre à l'état original du fichier
© r3c 2011 :: 3 ms