Practice and reinforce the concepts from Lesson 6
<div>
)Time needed: 45-60 minutes
:information_source: Remix this project to get started! Make sure you're logged into EduBlocks before clicking the link.
In this project, you'll create an e-commerce webpage using HTML divisions to organize your product displays.
Time for each step: 5-10 minutes
<h1>
heading block for your store name:bulb: Tip Think of a store name that tells customers what you sell. For example: "Tech Paradise" for electronics or "Fashion Hub" for clothing.
:bulb: Tip Use images that are clear and similar in size. You can find free images at sites like Unsplash or Pexels.
:bulb: Tip Think of a div like a box that holds related items together. Each product should have its own div box!
padding: 10px
(space inside the box)margin: 10px
(space outside the box)border: 1px solid #ccc
(optional box outline)width: 200px
height: 200px
:bulb: Tip Keep all your product divs the same size for a professional look!
display: inline-block
to your div CSSfloat: left
to make divs sit side by sidewidth: 100px
):bulb: Tip Having trouble? Watch the tutorial video again or ask your teacher for help!
Time needed: 5 minutes
When you've completed your e-commerce website with at least 3 products:
:warning: Warning Before submitting, check that you have:
- At least 3 product divisions
- Images for each product
- Product descriptions with prices
- Styled buttons in each product card
- Consistent styling across all products
:rocket: Submit Your Project Here
:information_source: Info Remember to save your project in EduBlocks before submitting!
Ready to create your e-commerce website? Click the remix link at the top and start building! :tada: