mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-27 11:56:17 +00:00
Final UI change
This commit is contained in:
parent
310510b686
commit
fda00c7c31
12 changed files with 235 additions and 305 deletions
7
assets/bg.svg
Normal file
7
assets/bg.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 700 700" width="700" height="700"><defs><filter id="nnnoise-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB">
|
||||
<feTurbulence type="fractalNoise" baseFrequency="0.102" numOctaves="4" seed="15" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence>
|
||||
<feSpecularLighting surfaceScale="15" specularConstant="1.2" specularExponent="20" lighting-color="#ff7700" x="0%" y="0%" width="100%" height="100%" in="turbulence" result="specularLighting">
|
||||
<feDistantLight azimuth="3" elevation="59"></feDistantLight>
|
||||
</feSpecularLighting>
|
||||
|
||||
</filter></defs><rect width="700" height="700" fill="#242621"></rect><rect width="700" height="700" fill="#ff7700" filter="url(#nnnoise-filter)"></rect></svg>
|
After Width: | Height: | Size: 991 B |
Loading…
Add table
Add a link
Reference in a new issue