Project

General

Profile

1
.card {
2
  background: #FFFFFF 0 0 no-repeat padding-box;
3
  box-shadow: 0 3px 6px #00000029;
4
  border-radius: 4px;
5
  text-align: center;
6
  position: relative;
7
  padding: 30px 40px;
8
  height: calc(100vh - 300px);
9
}
(1-1/4)