mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
Generate a harmonious color scheme for each block
This commit is contained in:
parent
5270f47401
commit
b2eb5dfc7c
5 changed files with 1436 additions and 16 deletions
|
@ -78,6 +78,7 @@ a {
|
|||
position: absolute;
|
||||
left: calc(var(--x) * 90% + 5%);
|
||||
top: calc(var(--y) * 90% + 5%);
|
||||
background-image: linear-gradient(0deg, var(--color), var(--color));
|
||||
-webkit-transform: translate(-50%, -50%) rotate(var(--rotation));
|
||||
-ms-transform: translate(-50%, -50%) rotate(var(--rotation));
|
||||
transform: translate(-50%, -50%) rotate(var(--rotation));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue