background
This commit is contained in:
parent
47f506b6de
commit
a7f203dacd
@ -4,23 +4,28 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Memory Card</title>
|
||||
<link rel="stylesheet" href="">
|
||||
<link rel="stylesheet" href="gameboard.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id = "container">
|
||||
<div class="header">
|
||||
<header class="topbar">
|
||||
<button class="back-btn">←</button>
|
||||
|
||||
<div class="right-info">
|
||||
<div class="pill">
|
||||
<span class="icon">⏱</span> 60s
|
||||
</div>
|
||||
|
||||
<div class="pill">
|
||||
<span class="icon">⭐</span> 0
|
||||
</div>
|
||||
|
||||
<div class="pill">
|
||||
<span class="icon">🎯</span> 0
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user