diff --git a/README.md b/README.md index b9a4d2a..7bcbe71 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ https://www.etsy.com/listing/1191383415/chakra-balance-meditation-jar or here? https://www.colorsexplained.com/ https://github.com/jmca +font https://fonts.google.com/specimen/Marmelad Minecat uses JoyPixels 6.0 Cat With Wry Smile as favicon. Found at: Joypixels. (link) diff --git a/css/style.css b/css/style.css index 34b902a..fb4e20a 100644 --- a/css/style.css +++ b/css/style.css @@ -3,7 +3,7 @@ body { background-size: cover; /* background-repeat: no-repeat; */ background-color: rgb(251, 122, 0); - font-family: sans-serif; + font-family: 'Marmelad', sans-serif; display: flex; flex-direction: column; align-items: center; @@ -23,6 +23,7 @@ body { h1, h2 { background-color: rgba(53, 53, 53, 0.75); + color: rgb(209, 182, 1); margin: 0px; padding: 10px; border-radius: 10px; @@ -33,11 +34,11 @@ h1, h2 { } div#rules-div { - background-color: rgb(187, 187, 187); + background-color: rgb(36, 36, 36); } div#question-container { - background-color: rgba(19, 19, 19, 1); + background-color: rgb(17, 65, 0); max-width: 450px; } diff --git a/index.html b/index.html index 14e4f2f..6deb2fd 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,9 @@
+ + + diff --git a/js/pseudocode.js b/js/pseudocode.js index c54ca2d..4127a20 100644 --- a/js/pseudocode.js +++ b/js/pseudocode.js @@ -35,17 +35,22 @@ // // fix timer issue! // fonts! (quick) -// ** images: favicon to page DONE, monk image for top of page before game starts - // Put rules & category buttons on top of meditate image - // flexbox layout adjust! - // have score, timer, and reset game buttons appear once game starts - // mouse pointer, li mouse selects whole thing - +// // ** images: favicon to page DONE, monk image for top of page before game starts +// flexbox layout adjust! +// mouse pointer, li mouse selects whole thing // README! can use "badges" for technology used & credits (inside Course SUpplements > GitHub Beautifuication (2nd link has nicer looking ones) // .gitignore or .env for dead code! -// IF I HAVE TIME +CIRCLE BACK IF IM MENTALLY ABLE TO: +-button styles +- + +// Put rules & category buttons on top of meditate image + // have score, timer, and reset game buttons appear once game starts + + +// IF I HAVE TIME - BIG // clearing Q's and A's - diditn mess with it for fear of breaking it - but see if i can display.none instead of innerHTML (but might make a mess with reest? idk) // // seaprate "rules" & "buttons" - when user starts, everything disappears, but after a reset, only buttons re-appear // perfect score make more exciting - if player perfect score, hidden image or page!