Answers for "card create css"

CSS
1

html make card

box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2), 0px, 0px, 50px rgba(0, 0, 0, 0.2)
Posted by: Guest on October-23-2020
7

cards design html css

<div class="card">
  <img src="img_avatar.png" alt="Avatar" style="width:100%">
  <div class="container">
    <h4><b>sam</b></h4>
    <p>https://codewithsam-53039.web.app/</p>
  </div>
</div>
Posted by: Guest on May-19-2021

Browse Popular Code Answers by Language