HackTheTunnels / hack-the-tunnels-forest-github-test

hack-the-tunnels-forest-github-test created by GitHub Classroom
0 stars 2 forks source link

Style Product Page #13

Open hackthetunnelsbot[bot] opened 11 months ago

hackthetunnelsbot[bot] commented 11 months ago

Description:

Checkout: client/src/pages/Product/Product.tsx to get started.

Utilize CSS to create a two column page layout where the left column contains the product's image and the right column contains the product's title, description, and price.

The widths of each column should not change with images and text lengths of different widths.

Here is an example of a two column page layout from Amazon:

example

Acceptance Criteria:

Participants have the freedom to do whatever they'd like to do so long as they create a layout with two columns with the product image in the left column and product details in the right column.