mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Home buttons and RPS hotfix
This commit is contained in:
@@ -11,5 +11,6 @@
|
||||
<h1>2048</h1>
|
||||
<h2>Score: <span id="score">0</span></h2>
|
||||
<div id="board"></div>
|
||||
<a href="../" id="home"></a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -19,6 +19,16 @@ body{
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#home{
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
border-radius: 25px 0 0 0;
|
||||
background: #555;
|
||||
}
|
||||
|
||||
#board{
|
||||
width: 372px;
|
||||
height: 372px;
|
||||
|
||||
Reference in New Issue
Block a user