Using Bootstrap classes:
- create a simple sales webpage of three or four products:
- use cards for each product presentation.
- each product should have an image, product's name, brief product's description, product's price, and a link to open a modal window.
- cards should be resposived to three window sizes: large(shows four cards), medium (shows two cards), and small (shows one card).
- create a modal window for each product:
- the modal window should have the product description.
- the description should have an image, product's name, brief product's description, product's price, and two links to close the modal window.