0

I been working on a website. I wanted to use a 'linear-gradient', but it has some many pixels inside of it.

Image: enter image description here

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  background: linear-gradient(125deg, rgb(54, 54, 54) -20%, black);
  background-repeat: no-repeat;
}

You see waves in it; and I want to fix that. Anyone with some tips or tricks?

Thanks in advance!

David Thomas
  • 249,100
  • 51
  • 377
  • 410
Valdemar Vreeman
  • 177
  • 2
  • 16
  • Does this answer your question? [Smooth CSS gradients](https://stackoverflow.com/questions/13151331/smooth-css-gradients) – mfluehr Oct 25 '22 at 14:45

0 Answers0