diff --git a/Games/NumberQuess6/main.js b/Games/NumberQuess6/main.js index f4da806..dc60425 100644 --- a/Games/NumberQuess6/main.js +++ b/Games/NumberQuess6/main.js @@ -18,7 +18,7 @@ async function nft(amount){ //! MONEY POPPING display(); setTimeout(() => { dabloons.remove(); - }, 500); + }, 150); } async function correct(){ diff --git a/Games/style.css b/Games/style.css index 19576b2..d6959af 100644 --- a/Games/style.css +++ b/Games/style.css @@ -105,7 +105,7 @@ body{ margin: 1rem; overflow: hidden; box-shadow: - inset 5px 5px 15px #aaa, + inset 2.5px 2.5px 7.5px #aaaaaacc, 5px 5px 15px #555; } @@ -118,6 +118,7 @@ body{ .game:hover img{ transition: .25s; transform: scale(1.25); + rotate: 5deg; } @media screen and (max-width: 500px){ diff --git a/main.js b/main.js index 2d74e25..a7450cf 100644 --- a/main.js +++ b/main.js @@ -84,11 +84,11 @@ function toCPercen(varr){//todo num => % }else if(num>=40){ return `
${num}%
`; }else if(num>=20){ - return `${num}%
`; + return `${num}%
`; }else if(num>=0){ - return `${num}%
`; + return `${num}%
`; }else if(num<0){ - return `${num}%
`; + return `${num}%
`; } } diff --git a/style.css b/style.css index e62f79a..bc75950 100644 --- a/style.css +++ b/style.css @@ -110,7 +110,7 @@ span p{ transition: .1s; } -.Lime{color: lime; user-select: none;}.Yellow{color: yellow; user-select: none;}.Orange{color: orange; user-select: none;}.Red{color: red; user-select: none;}.DarkRed{color: darkred; user-select: none;} +.Lime{color: lime; user-select: none;}.Yellow{color: yellow; user-select: none;}.Orange{color: #ffa500; user-select: none;}.Red{color: red; user-select: none;}.DarkOrange{color: #ff5500; user-select: none;} .cash{ position: absolute;