Nouvelle page d'accueil suivant HTML5UP.net

This commit is contained in:
2018-02-19 23:16:14 +01:00
parent 445a769ce5
commit 56c198f19a
18 changed files with 2155 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,27 @@
/*
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* BG */
#bg {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
/* Type */
body, input, select, textarea {
color: #fff;
}
/* Form */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
border: solid 2px #fff;
}

View File

@ -0,0 +1,12 @@
/*
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Signup Form */
#signup-form > * {
display: inline-block;
vertical-align: top;
}

File diff suppressed because it is too large Load Diff