From c28d06ceffee16134d5a5aa32b50b3fae999c2fd Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Sat, 13 Jun 2020 22:10:38 +0200 Subject: [PATCH] fix de quelques trucs --- site/vue/css/style.css | 24 +++++ site/vue/index.html | 233 ++++++++++++++++++++++++----------------- site/vue/jeu.html | 22 ++++ site/vue/js/const.js | 5 +- site/vue/js/func.js | 25 +++++ site/vue/js/lang.js | 6 ++ site/vue/js/main.js | 85 ++++++++++++--- site/vue/js/timer.js | 4 +- 8 files changed, 288 insertions(+), 116 deletions(-) diff --git a/site/vue/css/style.css b/site/vue/css/style.css index 103db7d..97b25ff 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -116,6 +116,17 @@ body { .fa-info:hover { font-size: 6vh; } +.fa-arrow-left { + font-size: 5vh; + position: absolute; + left: 0; + margin: 4vh; + transition: .5s; +} + +.fa-arrow-left:hover { + font-size: 6vh; +} i:hover { cursor: pointer; @@ -226,7 +237,20 @@ hr{ top:10px; font-size: 50px; } +#modeDeJeu{ + font-size: 25px;; +} .close:hover{ color:red; cursor: pointer; +} +#playPage{ + display: none; +} +.border{ + border-radius: 15px; +} +.secret{ + cursor: pointer; + color:#fe8a71; } \ No newline at end of file diff --git a/site/vue/index.html b/site/vue/index.html index a8e5228..2aaf9bf 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -8,109 +8,155 @@ Make It True | Menu - - - - - - - -