🖼️ updated landing page styling
This commit was merged in pull request #1.
This commit is contained in:
6
public/noise.svg
Normal file
6
public/noise.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<filter id="noiseFilter">
|
||||
<feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/>
|
||||
</filter>
|
||||
<rect width="100%" height="100%" filter="url(#noiseFilter)" opacity="0.05"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 285 B |
Reference in New Issue
Block a user