Card Layout Corners
Preview
Code
<style>
.card{
width:200px;
padding:20px;
background:#f3f4f6;
border-radius:12px;
}
</style>
<div class="card">Card content</div>
<style>
.card{
width:200px;
padding:20px;
background:#f3f4f6;
border-radius:12px;
}
</style>
<div class="card">Card content</div>