diff --git a/src/css/style.css b/src/css/style.css deleted file mode 100644 index 51ba32e..0000000 --- a/src/css/style.css +++ /dev/null @@ -1,41 +0,0 @@ -.notice { - padding: 15px; - background-color: #fafafa; - border-left: 6px solid #7f7f84; - margin-bottom: 10px; - -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); - -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); - box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); -} -.notice-sm { - padding: 10px; - font-size: 80%; -} -.notice-lg { - padding: 35px; - font-size: large; -} -.notice-success { - border-color: #80D651; -} -.notice-success>strong { - color: #80D651; -} -.notice-info { - border-color: #45ABCD; -} -.notice-info>strong { - color: #45ABCD; -} -.notice-warning { - border-color: #FEAF20; -} -.notice-warning>strong { - color: #FEAF20; -} -.notice-danger { - border-color: #d73814; -} -.notice-danger>strong { - color: #d73814; -} \ No newline at end of file diff --git a/src/index.html b/src/index.html index e5c3bbb..8c2c090 100644 --- a/src/index.html +++ b/src/index.html @@ -3,42 +3,20 @@
-Copy your solution and your tests from Code Wars kata training screen to trainingGround.js. Check dev tools console for test results.
+Code wars JavaScript test framewrok reference is available here.
- - - + - -