This commit is contained in:
parent
685a53ffee
commit
52b73d89dc
@ -20,4 +20,18 @@
|
||||
clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
|
||||
background: red;
|
||||
margin-bottom: calc(var(--m) - var(--s)*0.2885);
|
||||
}
|
||||
}
|
||||
|
||||
.hex-container img:nth-child(odd) {
|
||||
background:green;
|
||||
}
|
||||
.hex-container::before {
|
||||
content: "";
|
||||
width: calc(var(--s)/2 + var(--m));
|
||||
float: left;
|
||||
height: 120%;
|
||||
shape-outside: repeating-linear-gradient(
|
||||
#0000 0 calc(var(--f) - 3px),
|
||||
#000 0 var(--f));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user