Commit cd875f8f authored by Paul Morisse's avatar Paul Morisse
Browse files

style: fond d'écran fixée

parent e0774dba
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line

body{
    background-image: url("../image/theme_clair.jpg"); 
    background-repeat: no-repeat;
    background-size: 100%;
    resize:both;
    overflow: scroll;
    background: url("../image/theme_clair.jpg") no-repeat fixed;
    background-size: cover;
    text-align: center;

}

h1{