Skip to content
Bankn8II©$A edited this page Sep 25, 2025 · 11 revisions

Welcome to the Atom-d3e wiki!

https://barionleg.github.io/Atom-d3e/index.html

image

linear gradient css

body {
  width: 100vw;
  height: 100vh;
}
body {
  background: linear-gradient(
    to right,
    white 0% 1%,
    red 8% 14%,
    black 16% 20%,
    orange 22% 28%,
    black 30% 34%,
    yellow 36% 42%,
    green 44%, 50%,
    black 52% 56%,
    Cyan 58% 66%,
    black 68% 72%,
    blue 74% 80%,
    black 82% 86%,
    Indigo 88% 94%,
    white 96% 97%
  );
}


to play with in: https://developer.mozilla.org/fr/docs/Web/CSS/gradient/linear-gradient

image

https://developer.mozilla.org/en-US/play?id=aqU6sEtWAb53rwmttydAM3TrWZu3dndC8GAx9t4W0T4LbJIKUcp6MFswa8sDwnCQ1WuUbNJQ3cnXDWC4

Clone this wiki locally