diff --git a/index.html b/index.html index e3c98fb..00fdc26 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,19 @@ justify-content: center; align-items: center; } + /* Art Deco geometric background pattern */ + body { + content: ''; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-image: + repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(212, 175, 55, 0.03) 35px, rgba(212, 175, 55, 0.03) 70px), + repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(212, 175, 55, 0.03) 35px, rgba(212, 175, 55, 0.03) 70px); + z-index: -1; + } .border-wrapper { position: relative; @@ -447,7 +460,7 @@
For detailed writeups of my projects and technical explorations, visit my - projects blog. + projects blog.