CheckOut Page

PHOTO EMBED

Sat Jan 29 2022 07:31:14 GMT+0000 (Coordinated Universal Time)

Saved by @developerchef #undefined

body {

    font-family: 'Roboto', sans-serif!important;

  margin:0;

  padding:0;

  box-sizing: border-box;

}

​

.mainscreen

{

  min-height: 100vh;

  width: 100%;

  display: flex;

    flex-direction: column;

    background-color: #DFDBE5;

    background-image: url("https://wallpaperaccess.com/full/3063067.png");

    color:#963E7B;

}

​

.card {

  width: 60rem;

    margin: auto;

    background: white;

    position:center;
content_copyCOPY

https://codepen.io/husain-bhagat/pen/zYoqGqx