Card transitions

PHOTO EMBED

Thu Nov 30 2023 09:28:32 GMT+0000 (Coordinated Universal Time)

Saved by @irfanelahi1 #undefined

*

  box-sizing: border-box

​

body, html

  width: 0%

  height: 100%

  display: flex

  align-items: center

  justify-content: center
10
  background: orange

​

.wrapper

  display: flex

  width: 90%

  justify-content: space-around

​

.card

  width: 280px

  height: 360px

  border-radius: 15px

  padding: 1.5rem

  background: white

  position: relative
content_copyCOPY

https://codepen.io/Gelsot/pen/xpGYyd