diff --git a/tree/imgs/avatars/.ball3.gif.icloud b/tree/imgs/avatars/.ball3.gif.icloud deleted file mode 100644 index a40a3de..0000000 Binary files a/tree/imgs/avatars/.ball3.gif.icloud and /dev/null differ diff --git a/tree/imgs/avatars/ball3.gif b/tree/imgs/avatars/ball3.gif new file mode 100644 index 0000000..c9062c6 Binary files /dev/null and b/tree/imgs/avatars/ball3.gif differ diff --git a/tree/index.css b/tree/index.css index 37ccc82..250cb93 100644 --- a/tree/index.css +++ b/tree/index.css @@ -31,6 +31,8 @@ body{ padding:2.5%; font-family: sinistre; line-height: 5.3vw; + max-width: 100%; + max-height: 100%; } diff --git a/tree/index.html b/tree/index.html index d2afaf7..cbc1d68 100644 --- a/tree/index.html +++ b/tree/index.html @@ -110,7 +110,15 @@ you can press when you are ready + diff --git a/tree/index.js b/tree/index.js index ba74805..f15967a 100644 --- a/tree/index.js +++ b/tree/index.js @@ -1,3 +1,5 @@ + + //store form's value in localStorage var f = document.querySelector("form#avatar_form") diff --git a/tree/park.css b/tree/park.css index 91a4d3a..2e0e99e 100644 --- a/tree/park.css +++ b/tree/park.css @@ -131,14 +131,7 @@ span.button_text{ } .clues{ - /* - z-index: -1; - background-color:#ccb3ff; - border-radius:15px; - -webkit-box-shadow: 0px 0px 5px 4px #ccb3ff; - -moz-box-shadow: 0px 0px 5px 4px #ccb3ff; - box-shadow: 0px 0px 5px 4px #ccb3ff;*/ - text-decoration: underline wavy 4px ; + text-decoration: underline double 2px #ccb3ff; }