diff --git a/site/vue/css/style.css b/site/vue/css/style.css index f5207c4..b48855c 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -91,6 +91,31 @@ body { .fa-trophy:hover { font-size: 6vh; } +.fa-users { + font-size: 5vh; + position: absolute; + left: 0; + top: 0; + margin: 4vh; + transition: .5s; +} + +.fa-users:hover { + font-size: 6vh; +} + +.fa-info { + font-size: 5vh; + position: absolute; + right: 0; + top: 0; + margin: 4vh; + transition: .5s; +} + +.fa-info:hover { + font-size: 6vh; +} i:hover { cursor: pointer; @@ -124,10 +149,31 @@ i:hover { animation-duration: 0.4s } .modal-body{ + height: 100%; + border:5px solid #D3D3CE; + border-radius: 15px; +} +.score-content{ + height: 90%; +} +.scoreOne{ + position: absolute; + width: 40%; + bottom: 1.5%; + top:15%; + left:5%; + border:5px solid #D3D3CE; + border-radius: 15px; +} +.scoreTwo{ + position: absolute; + width: 40%; + bottom: 1.5%; + top:15%; + right:5%; border:5px solid #D3D3CE; border-radius: 15px; } - @-webkit-keyframes animatetop { from { top: -200px; @@ -172,4 +218,15 @@ hr{ .setting_play{ height: 30vh; width: 90%; +} + +.close{ + position: absolute; + right:33px; + top:10px; + font-size: 50px; +} +.close:hover{ + color:red; + cursor: pointer; } \ No newline at end of file diff --git a/site/vue/index.html b/site/vue/index.html index ed4a138..38719eb 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -8,18 +8,18 @@ Make It True | Menu - + - - + + + +