From dc534a211554353a07b80f2d180f39e7362c407a Mon Sep 17 00:00:00 2001 From: anubhavsingh16 Date: Thu, 3 Oct 2019 15:46:08 +0530 Subject: [PATCH 1/2] Add some feature --- .DS_Store | Bin 0 -> 8196 bytes contributing.md | 2 +- css/styles.css | 14 +++++++------- js/index.js | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..cc081ab7b808e8c382f2c44ed0df1cd11714dfea GIT binary patch literal 8196 zcmeI1&u-H|5XNVdK%JmM4oK_2q~lqQY0t{7dQY)?b>RL9J`7g0)(Jk zc!%-`ya{i>gYW?G?H{VfNfDONfC(^xe~|#5+0v{Np8I;1dnUjH{!0S#{$Qg? zZ5o|vRksdwssw5l+t-GQCsfijne~jCSSaRC`_|@ z{i`SxOXtq7SXRZVtX5t+{bcN9ZZ=9=?(n(XdgNw(&y07HBsvKarA^`m928GTANI6ZLHfj8aJow_GELjj`8)4>9lOs zt~Bm+cL#6ZP2NvG97;sE9hut}XwBOvY#Iiyonag$@xF9Nt0;;-1@s0a`=C0YD97m| z{En|hfnF`J{I<;JjFME}KgV%}?o$_e+@Wo9s54JcW%J>&Y%bGdc-}?sKY%XDV3nK4 zBUX|30lDO3eF9uTA=E|o2l@`{ccTRr) ze~M?ohh_py;BONUrMA;<;VgdsNX?&+thH^lT{LOZZ>Cj+pi|{IRF&hLqz}p literal 0 HcmV?d00001 diff --git a/contributing.md b/contributing.md index e944350..d706e88 100644 --- a/contributing.md +++ b/contributing.md @@ -5,7 +5,7 @@ __Steps to Follow__ 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` -3. Commit your changes: `git commit -am 'Add some feature'` +3. Commit your changes` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request diff --git a/css/styles.css b/css/styles.css index ea88fc4..d44ef98 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,10 +1,10 @@ body{ - background: #333; + background: #999; font-family: verdana; overflow:hidden; } -.wrapper{ +.wrapper{padding-top: 7%; width: 100%; max-width: 1200px; margin: auto; @@ -50,7 +50,7 @@ body{ } .panels div.front:hover{ - outline: 3px solid #00b8ff; + outline: 4px solid #00b8ff; } .match div.front{ @@ -64,21 +64,21 @@ body{ } .mismatch div.front{ - outline: 3px dashed red; + outline: 4px dashed red; } .mismatch div.back{ - outline: 3px dashed red; + outline: 4px dashed red; animation: twirl 0.2s 0.2s ease-out forwards reverse; } .activated div.front{ - outline: 3px solid white; + outline: 4px solid white; animation: twirl 0.2s ease-in forwards; } .activated div.back{ - outline: 3px solid white; + outline: 4px solid white; animation: twirl 0.2s 0.2s ease-out forwards reverse; } diff --git a/js/index.js b/js/index.js index 5d21d13..d8a8c83 100644 --- a/js/index.js +++ b/js/index.js @@ -71,7 +71,7 @@ unblock = function(){ checkWin = function(){ if(tiles == 40){ - alert("You won in " + (new Date().getTime() - time) / 1000 + " seconds! click OK to restart"); + alert("You WON in " + (new Date().getTime() - time) / 1000 + " seconds! click OK to Restart"); location.reload(); } } From 3a1ae7a426ecbfdc3b9d2e3944b28b69005c788a Mon Sep 17 00:00:00 2001 From: anubhavsingh16 Date: Thu, 3 Oct 2019 16:54:38 +0530 Subject: [PATCH 2/2] my-new-feature --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index d44ef98..6d2ab56 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,4 +1,5 @@ body{ + padding-top: 2%; background: #999; font-family: verdana; overflow:hidden;