replace cube background with penrose tiling
This commit is contained in:
parent
6e5d53e554
commit
52bfc290f7
@ -24,10 +24,9 @@ html::before {
|
||||
z-index: -1;
|
||||
|
||||
background: conic-gradient(from 0deg in hsl longer hue, hsl(0deg 100% 12.5%) 0 0);
|
||||
-webkit-mask-image: url("pattern.svg");
|
||||
-webkit-mask-size: 5rem;
|
||||
mask-image: url("pattern.svg");
|
||||
mask-size: 5rem;
|
||||
-webkit-mask-image: url("pattern/penrose.svg");
|
||||
-webkit-mask-size: max(100lvmax, 200rem);
|
||||
-webkit-mask-position: center;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Before Width: | Height: | Size: 645 B After Width: | Height: | Size: 645 B |
9
pattern/penrose.svg
Normal file
9
pattern/penrose.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 211 KiB |
Loading…
x
Reference in New Issue
Block a user