I'm trying to show the left 10% of the red and orange box, and make the rest of the background transparent(or white!). Is this possible? Please tell me how to if it is! Thanks!
.box {
background: linear-gradient(to right, red, orange);
border: 1px black solid;
}
<div class="box">
content
</div>