diff --git a/src/client/style.css b/src/client/style.css index 64a0881..42fb5cc 100644 --- a/src/client/style.css +++ b/src/client/style.css @@ -46,4 +46,14 @@ main { } .nav-link:hover{ background-color: rgb(250, 166, 22,0.5); -} \ No newline at end of file +} + +.player-box { + background-color: #3498db; + color: #fff; + text-align: center; + padding: 10px; + margin: 5px; + font-weight: bold; +} +