Posts

Showing posts from January, 2021

CSS Card Coding

<style> * {      margin :  0% ;      padding :  0% ; } .main {      width :  100% ;      height :  100vh ;      background-color :  #bcdee7 ; } .card {      background :  #ffffff ;      position :  relative ;      width :  288px ;      height :  54vh ;      margin :  auto ;      top :  85px ;      border-radius :  3px ;      box-shadow :  0px   5px   10px   0px   #828282 ; } .card   .avatar {      margin-left :  45px ;      position :  relative ;      width :  144px ;      height :  35vh ; } .avatar   .avatar-logo {    ...