forked from 01cheese/Atom-3D-React
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bankn8II©$A edited this page Sep 25, 2025
·
11 revisions
https://barionleg.github.io/Atom-d3e/index.html
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
https://en.wikipedia.org/wiki/Indigo
https://sv.wikipedia.org/wiki/Hertz
