diff --git a/example.jpg b/example.jpg deleted file mode 100644 index 519b042..0000000 Binary files a/example.jpg and /dev/null differ diff --git a/index.html b/index.html index e8fd2af..6e9b1ed 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,11 @@ - + PLogo - + diff --git a/style.css b/style.css new file mode 100644 index 0000000..b48158f --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +html, body, canvas { + margin: 0; + padding: 0; + border: 0; +}