diff --git a/site/vue/css/style.css b/site/vue/css/style.css index 9594076..7a790d7 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -8,6 +8,10 @@ src: url(../font/dys.otf); } +:root { + --cool-color: #fe8a71; +} + * { transition: .01s; } @@ -385,6 +389,7 @@ hr { background-color: lightcoral; cursor: pointer; } + .input-color-container { position: relative; overflow: hidden; @@ -393,20 +398,36 @@ hr { border: solid 2px #ddd; border-radius: 40px; } -input[type=color]{ + +input[type=color] { position: absolute; - right: -8px; - top: -8px; - width: 56px; - height: 56px; - border: none; + right: -8px; + top: -8px; + width: 56px; + height: 56px; + border: none; } -.input_line{ +.input_line { display: flex; justify-content: center; } -.colomn_line_input{ - margin-right:25px; - margin-left:25px; + +.colomn_line_input { + margin-right: 25px; + margin-left: 25px; +} + +#button_next_level { + height: 50px; + width: 150px; + transition: 0.5s; +} + +#button_next_level:hover { + cursor: pointer; +} + +#show_stage { + margin: 0 20px 0 20px; } \ No newline at end of file diff --git a/site/vue/index.html b/site/vue/index.html index ef4edfa..2975901 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -12,6 +12,21 @@
a | b | S | -
---|---|---|
0 | 0 | 0 | -
0 | 1 | 1 | -
1 | 0 | 1 | -
1 | 1 | 1 | -
Ne plus afficher les aides
+Ne plus afficher les aides
a | S | -
---|---|
0 | 1 | -
1 | 0 | -