Commit 5749d4b5 authored by Paul Morisse's avatar Paul Morisse
Browse files

style: modification fond et couleur/ajout d'images

parent 8bb5585c
Loading
Loading
Loading
Loading
+24 −6
Original line number Diff line number Diff line

html{
    background: rgb(2,0,36);
background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
body{
    background-image: url("../image/theme_clair.jpg"); 
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    width: auto;
}

h1{
    color: aliceblue;
}

p{
    color: aliceblue;
}

button{
    margin-left: 10px;
    margin-right: 10px;
}

#codePostalInput{
    margin-left: 10px;
    margin-right: 10px;
}

image/theme_clair.jpg

0 → 100644
+2.41 MiB
Loading image diff...
+27.7 KiB
Loading image diff...
+108 KiB

File added.

No diff preview for this file type.

image/theme_pluie.jfif

0 → 100644
+63.5 KiB

File added.

No diff preview for this file type.

Loading