This commit is contained in:
Clayton Voges 2022-01-16 00:57:06 +00:00
parent 322fd6e541
commit cdf41544ab
4 changed files with 119 additions and 28 deletions

View file

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