.box {
width: 200px; height: 200px;
background: #e3e3e3;
border-top-left-radius: 15em 1em;
border-bottom-right-radius: 15em 1em;
}Эффект скрученной бумаги
.box {
width: 200px; height: 200px;
background: #e3e3e3;
border-top-left-radius: 15em 1em;
border-bottom-right-radius: 15em 1em;
}