diff --git a/yashmaroo/Shapedpoints.css b/yashmaroo/Shapedpoints.css new file mode 100644 index 0000000..4ecf554 --- /dev/null +++ b/yashmaroo/Shapedpoints.css @@ -0,0 +1,10 @@ +html, body { + height: 100%; + margin: 0; + overflow: hidden; +} +canvas { + width: 100%; + height: 100%; + display; block; +}