diff --git a/Added README.md b/Added README.md new file mode 100644 index 0000000..148bb94 --- /dev/null +++ b/Added README.md @@ -0,0 +1,16 @@ +# E-commerce Demo Website + + It is a simple E-commerce product website which have the chat feature to solve the customer issue. + I'm just trying to make E-commerce website. + + ## Usage + - html + - CSS + +## Contributing +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + +Please make sure to update tests as appropriate. + +## License +[MIT](https://choosealicense.com/licenses/mit/) diff --git a/index.css b/index.css index 6d4447b..087e420 100644 --- a/index.css +++ b/index.css @@ -6,6 +6,10 @@ h1 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } +article,h2 +{ +margin:0px 10px 0px 10px; +} header { background: #ccc;