Cleaned up file structure. Completed tutorial 1.5.

This commit is contained in:
dan
2022-12-16 00:10:35 -05:00
parent d769edc908
commit fce30321a7
8 changed files with 83 additions and 31 deletions

View File

@@ -0,0 +1,8 @@
#my-canvas{
/* background-color: blue; */
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}