Generate a harmonious color scheme for each block

This commit is contained in:
Joshua Seigler 2019-04-04 18:21:19 -04:00
parent 5270f47401
commit b2eb5dfc7c
5 changed files with 1436 additions and 16 deletions

View file

@ -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));