diff --git a/View/src/CSS/GameEnd.css b/View/src/CSS/GameEnd.css index 480c07b5..3bd6b3aa 100644 --- a/View/src/CSS/GameEnd.css +++ b/View/src/CSS/GameEnd.css @@ -16,7 +16,58 @@ h1, h2, +th, +td, p { font-family: "Fauna", sans-serif; color: white; -} \ No newline at end of file +} + +.btn{ + position: relative; + width: 130px; + height: 60px; + background: transparent; + } + + .btn:before, .btn:after{ + content: ""; + position: absolute; + inset: 0; + transition: 0.5s; + background: #f00; + } + + .btn:nth-child(1):before, .btn:nth-child(1):after{ + background: linear-gradient(45deg, #00ccff, #0e1538, #d400d4); + } + + .btn:nth-child(2):before, .btn:nth-child(2):after{ + background: linear-gradient(45deg, #d400d4, #0e1538, #fb5942); + } + + .btn:hover:before{ + inset: -3px; + } + + .btn:hover:after{ + inset: -3px; + filter: blur(10px); + } + + .btn span{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: #0e1538; + z-index: 10; + display: flex; + justify-content: center; + align-items: center; + text-transform: uppercase; + color: #fff; + font-family: "Equinox", sans-serif; + font-size: 1.2rem; + } \ No newline at end of file diff --git a/View/src/pages/Multijoueur/GameEnd.php b/View/src/pages/Multijoueur/GameEnd.php index a6497a7e..50b7883c 100644 --- a/View/src/pages/Multijoueur/GameEnd.php +++ b/View/src/pages/Multijoueur/GameEnd.php @@ -14,8 +14,12 @@ - Retour -