I forgor to upload speed

This commit is contained in:
2024-08-09 00:07:10 +02:00
parent 5664a525db
commit 3986c648e0
2 changed files with 3 additions and 4 deletions

View File

@@ -8,6 +8,6 @@
<body>
<a href="./2048/">2048</a>
<a href="./RockPaperScissors/">RockPaperScissors</a>
<a href=""></a>
<a href="./QuessNumber-1D6/">QuessNumber-1D6</a>
</body>
</html>

View File

@@ -6,11 +6,10 @@
}
body{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;/*
background: #333;*/
min-height: 100vh;
background: #333;
background-image: url("./img/pc.jpg");
background-repeat: no-repeat;
background-position: center;