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> <body>
<a href="./2048/">2048</a> <a href="./2048/">2048</a>
<a href="./RockPaperScissors/">RockPaperScissors</a> <a href="./RockPaperScissors/">RockPaperScissors</a>
<a href=""></a> <a href="./QuessNumber-1D6/">QuessNumber-1D6</a>
</body> </body>
</html> </html>

View File

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