WIP
This commit is contained in:
21
src/style.css
Normal file
21
src/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user