<div class="noise"></div>
body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
.noise {
width: 400px;
height: 100px;
background: linear-gradient(to right, blue, rgba(0, 0, 0, 0)), url(https://grainy-gradients.vercel.app/noise.svg);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.