mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
I forgor to upload speed
This commit is contained in:
@@ -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>
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user