Beautiful Design App

Beautiful “Our Team” screen with Card View CSS transformation:

<pre><span><style>
[data-test="card-item"] {
width: 40%;
overflow: visible;
margin-left: 20px;
margin-bottom: 20px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 25px 10px !important;
}

.bottom-area {
position: absolute;
height: 100%;
margin-left: 115%;
text-align: left;
width: 120%;
background-color: transparent !important;
}

.card-title {
padding-top: 50% !important;
font-size: 1.2rem !important;
line-height: 1.5rem !important;
overflow: visible !important;
white-space: pre-wrap !important;
font-weight: 700 !important;
word-wrap: break-word !important;
text-transform: uppercase;
}


16 Likes