This commit is contained in:
Maciej Caderek
2022-01-13 06:00:00 +01:00
commit f3069d6dd1
48 changed files with 2220 additions and 0 deletions

21
src/style.css Normal file
View File

@@ -0,0 +1,21 @@
@import url("https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap");
body {
background-color: #111;
background-image: url(01.png);
background-attachment: fixed;
text-align: center;
padding-top: 50px;
}
.board {
/* width: 600px;
height: 600px;
width: 800px;
height: 800px; */
/* width: 1024px;
height: 1024px; */
margin: 10px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
border-radius: 5px;
}