I would like to create a shopping system on a tablet which calculates the prices, by clicking on their purphased items.
I would like to split the screen in two sections (vertically). On the right side are images (products) in a row, depending on the size automatically adjusting (flexbox row, correct?)
On the left side a box with the calculated value (javascript), which is always in the middle of the screen, in case you scroll down because of many products.
Can anyone create a basic template with html, css and javascript with the right (products) and the left side (costs) and a working css and one picture linked with javascript in order to calculate e.g. 1€ to the costs.
Would be very nice, thanks
Layout and Design