From 3530ae568739c75bce1cb636d211ccb0e73981fe Mon Sep 17 00:00:00 2001 From: Fallstar Date: Sun, 16 Mar 2014 00:31:49 +0100 Subject: Ajout de ta couleur + aide --- aide.html | 37 +++++++++++++++++++++++++++++++++++++ installation.html | 2 +- style.css | 28 ++++++++-------------------- 3 files changed, 46 insertions(+), 21 deletions(-) create mode 100644 aide.html diff --git a/aide.html b/aide.html new file mode 100644 index 0000000..f4cc877 --- /dev/null +++ b/aide.html @@ -0,0 +1,37 @@ + + + + + MaiLÖVE - Aide + + + +
+ Image +
+
+ + + +
+ +
+ + + + + + + diff --git a/installation.html b/installation.html index 5959c00..5fdae94 100644 --- a/installation.html +++ b/installation.html @@ -2,7 +2,7 @@ - MaiLÖVE + MaiLÖVE - Installation
diff --git a/style.css b/style.css index 91911bc..f1d8e21 100644 --- a/style.css +++ b/style.css @@ -1,21 +1,20 @@ body{ background-color: Gainsboro; + color: #FF69B4; } titre{ font-size: 1.8em; text-decoration: underline; - color: gray; + color: #FE2FA5; } header{ margin-left: 20em; width: 70%; height: 5em; - border-style: solid; - border-width: 1px; - border-color: black; + border: solid black 1px; border-radius: 1em; } @@ -26,32 +25,23 @@ div#sidebar{ div#menu{ width: 13em; - border-style: solid; - border-width: 1px; - border-color: black; + border: solid black 1px; border-radius: 1em; padding: 0.5em; } div#screenshots{ width: 13em; - border-style: solid; - border-width: 1px; - border-color: black; + border: solid black 1px; border-radius: 0.5em; } article{ - border-style: solid; - border-width: 1px; - border-color: red; margin-left: 15em; } div#entree{ - background-color: white; - border-style: solid; - border-width: 1px; + border: solid black 1px; border-radius: 1em; margin-left: 2em; margin-right: 2em; @@ -61,10 +51,8 @@ div#entree{ footer{ margin-left: 20%; margin-right: 20%; - border-style: solid; - border-width: 1px; + border: solid black 1px; border-radius: 2em; + color: black; } - - -- cgit v1.2.3-70-g09d2