Basic Rounded Corners
Preview
Code
<style>
.box{
width:120px;
height:80px;
background:#60a5fa;
border-radius:10px;
}
</style>
<div class="box"></div>
<style>
.box{
width:120px;
height:80px;
background:#60a5fa;
border-radius:10px;
}
</style>
<div class="box"></div>