master
*anna* 3 years ago
parent 08a5cb7dd3
commit d7cdd8de91

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

@ -31,6 +31,8 @@ body{
padding:2.5%;
font-family: sinistre;
line-height: 5.3vw;
max-width: 100%;
max-height: 100%;
}

@ -110,7 +110,15 @@ you can press
when you are ready
</div>
<script>
//clear local storage when back on the landing page
window.onload = function() {
window.localStorage.clear();
}
</script>
<script src="jquery.min.js"></script>
<script type="text/javascript" src="index.js" ></script>

@ -1,3 +1,5 @@
//store form's value in localStorage
var f = document.querySelector("form#avatar_form")

@ -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;
}

Loading…
Cancel
Save