diff --git a/src/css/global.css b/src/css/global.css index 94976cc..c876a81 100644 --- a/src/css/global.css +++ b/src/css/global.css @@ -10,14 +10,3 @@ body { background-color: black; } -.row { - display: flex; - height: 100dvh; -} - -.col { - flex: 1; - width: 50%; - padding: 30px; - box-sizing: border-box; -} \ No newline at end of file diff --git a/src/css/style.css b/src/css/style.css index 3496c59..c651d26 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -134,6 +134,13 @@ color: yellow; } +.container-board { + display: flex; + justify-content: space-around; + align-items: center; + height: 100dvh; +} + .container-board .chara { display: flex; flex-direction: column; @@ -147,4 +154,28 @@ justify-content: center; align-items: center; flex-direction: column; +} + +.container-board .chara .character img { + width: 300px; + image-rendering: pixelated; + margin: 20px; +} + +.container-board .menu { + margin: 0 auto; + border-radius: 10px; + width: 400px; + border: 1px solid; + height: 40px; + align-content: center; +} + +.container-board table { + margin: 0 auto; + border-radius: 10px; + width: 400px; + border: 1px solid; + height: 40px; + align-content: center; } \ No newline at end of file diff --git a/src/leaderboard.php b/src/leaderboard.php index 963992d..4f22381 100644 --- a/src/leaderboard.php +++ b/src/leaderboard.php @@ -22,46 +22,9 @@ leaderboard + - -
@@ -70,10 +33,10 @@

150pts

- knight + knight
-
+
@@ -83,7 +46,7 @@ - @@ -101,7 +64,7 @@ if (empty($leaderboard)) { echo ''; } - ?> + ?> -->
Belum ada pemain