mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
conic gradient for texture
This commit is contained in:
parent
bc6e934c04
commit
9dba31f5c0
1 changed files with 1 additions and 7 deletions
|
|
@ -6,13 +6,7 @@
|
||||||
body {
|
body {
|
||||||
background-color: #f1f1f1;
|
background-color: #f1f1f1;
|
||||||
margin: 4vw;
|
margin: 4vw;
|
||||||
background-image:
|
background: repeating-conic-gradient(rgba(128,128,128,.5) 0% 25%, transparent 0% 50%) 50% / 4px 4px;
|
||||||
linear-gradient(45deg,rgba(128,128,128,.5) 25%,transparent 25%),
|
|
||||||
linear-gradient(-45deg,rgba(128,128,128,.5) 25%,transparent 25%),
|
|
||||||
linear-gradient(45deg,transparent 75%,rgba(128,128,128,.5) 75%),
|
|
||||||
linear-gradient(-45deg,transparent 75%,rgba(128,128,128,.5) 75%);
|
|
||||||
background-size: 4px 4px;
|
|
||||||
background-position: 0 0,0 2px,2px -2px,-2px 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue