Gradient Colors
Preview
Code
<style>
.box{
width:160px;
height:80px;
background:linear-gradient(90deg,#2563eb,#22c55e);
}
</style>
<div class="box"></div>
<style>
.box{
width:160px;
height:80px;
background:linear-gradient(90deg,#2563eb,#22c55e);
}
</style>
<div class="box"></div>