Base canvas

This commit is contained in:
Clayton Voges 2022-01-04 23:06:19 +00:00
parent ead4964a7f
commit 9f5169bfc0
3 changed files with 44 additions and 0 deletions

8
styles/style.css Normal file
View file

@ -0,0 +1,8 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#inventory {
border: 1px solid #000000;
}