Add game title and update layout styles
Adjust UI visuals: change page background to #FFF6E5, increase main container border-radius from 10px to 150px, and soften toolbox corners (5px → 15px). Add a new .game-title CSS rule (responsive font-size, weight, color, letter-spacing, centered) and insert an <h1 class="game-title">Mirror Game</h1> into the game template. These are visual polish changes only; no gameplay logic was modified.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<script src="https://www.highperformanceformat.com/72b6ba1a1c26b9671167b66063c7e699/invoke.js"></script>
|
||||
|
||||
<main class="game-layout">
|
||||
<h1 class="game-title">Mirror Game</h1>
|
||||
<div id="map" class="map"></div>
|
||||
|
||||
<section class="toolbox">
|
||||
|
||||
Reference in New Issue
Block a user