Base canvas
This commit is contained in:
parent
ead4964a7f
commit
9f5169bfc0
3 changed files with 44 additions and 0 deletions
8
styles/style.css
Normal file
8
styles/style.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#inventory {
|
||||
border: 1px solid #000000;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue