diff --git a/App.jsx b/App.jsx index dc3b9e2..54f62bc 100644 --- a/App.jsx +++ b/App.jsx @@ -1,13 +1,13 @@ import React from 'react'; import './App.css'; -document.body.style.backgroundColor = "steelblue"; +document.body.style.backgroundColor = 'steelblue'; class App extends React.Component { render() { return (
Maybe we can together ...
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7440a17..3c27486 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,5 @@ 1. [beven](https://github.com/beven) 2. [mrclan](https://github.com/mrclan) 3. [mblascoe](https://github.com/mblascoe) -4. [pixidust724](https://github.com/pixidust724) \ No newline at end of file +4. [pixidust724](https://github.com/pixidust724) +5. [khemmapon](https://github.com/khemmapon) \ No newline at end of file diff --git a/main.css b/main.css index 876db17..5ab7486 100644 --- a/main.css +++ b/main.css @@ -1,35 +1,34 @@ -body, html { - padding:0px; - margin:0px; +body, +html { + padding: 0px; + margin: 0px; font-family: sans-serif; } -.amber{ - color: #ffc107; -} -.blue{ - color: #64b5f6; +.violet { + color: #9400d3; } -.deepOrange{ - color: #ff5722; +.indigo { + color: #4b0082; } -.green{ - color: #4caf50; +.blue { + color: #0000ff; } -.grey{ - color: #eeeeee; +.green { + color: #00ff00; } -.lime{ - color: #cddc39; +.yellow { + color: #ffff00; } -.pink{ - color: #e91e63; + +.orange { + color: #ff7f00; } -.yellow{ - color: #ffeb3b; +.red { + color: #ff0000; }