diff --git a/README.md b/README.md new file mode 100644 index 0000000..2be9ff5 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +"# Snake-full-version" +"# Snake-full-version" diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..241fe0d Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/index.html b/index.html index a858bef..807327c 100644 --- a/index.html +++ b/index.html @@ -1,43 +1,44 @@ - - - - - Snake - - - - -
- - \ No newline at end of file + .food { + background-color: hsl(50, 100%, 50%); + border: 0.25vmin solid red; + } + + + + +
+ +