I am using thse box
Border radius
.box{
width:200px;
height:200px;
background-color:blue;
box-shadow:-20px 0px red;
}
<html>
<head><head>
<body>
<div class="box">
</div>
</body>
</html>
how can solve this?????
>Solution :
Using box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
know more than click