From bd613bf17bd652cbbb8e9eb12e57ad4ab3da63e7 Mon Sep 17 00:00:00 2001 From: gulugulshan Date: Mon, 5 Oct 2020 12:47:38 +0530 Subject: [PATCH 1/2] Create Added README.md --- Added README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Added README.md 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/) From 17af92ef981a13a669ef225b362cd5a94ec772df Mon Sep 17 00:00:00 2001 From: gulugulshan Date: Mon, 5 Oct 2020 13:08:22 +0530 Subject: [PATCH 2/2] Update index.css Set the resolution of the page --- index.css | 4 ++++ 1 file changed, 4 insertions(+) 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;