Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Added README.md
Original file line number Diff line number Diff line change
@@ -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/)
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down