Commit 6c6330a7 authored by Julien Ait azzouzene's avatar Julien Ait azzouzene
Browse files

Merge remote-tracking branch 'origin/mise-en-page' into formulaires

parents 532ded96 e0774dba
Loading
Loading
Loading
Loading
+33 −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%;
    resize:both;
    overflow: scroll;
    text-align: center;
}

h1{
    color: aliceblue;
    text-align: center;
}

button{
    margin-left: 10px;
}

.resultat{
    border: 1px solid black;
	border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

#villeListe{
    margin-top: 10px;
    margin-right: 5.5%;
}

.cache{
    display: none;
}

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