glissario / bootcamp-schedule

bootcamp progress
0 stars 0 forks source link

HTML&CSS Kata: Polaroid #42

Closed codingbootcampseu closed 3 years ago

codingbootcampseu commented 3 years ago

Create a polaroid like this with HTML & CSS.

image

You can use free stock images from pexels.

Hints

The polaroid has a little shadow which uses the box-shadow property.

You can use the figure element to enclose the img and figcaption elements to stay semantic.

<figure>
  <img src="..." alt="">
  <figcaption>...</figcaption>
</figure>
glissario commented 3 years ago

first implement: https://uluru2021.netlify.app/