summaryrefslogtreecommitdiff
path: root/docs/posts/index.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-02-26 12:09:08 -0700
committerNavan Chauhan <navanchauhan@gmail.com>2024-02-26 12:09:08 -0700
commit2ede57d571e382f5aae167bd2a059a12fa1108ea (patch)
tree7b2defef7ce1786f30635469cbaca066b6cd1526 /docs/posts/index.html
parentf5faa2ef095f035110f83e17da0b35d3a34d6b97 (diff)
add new post
Diffstat (limited to 'docs/posts/index.html')
-rw-r--r--docs/posts/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 566d3de..4194100 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -52,6 +52,19 @@
<ul>
+ <li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">Interacting with underlying element in HTML</a></li>
+ <ul>
+ <li>With CSS you can disable any interactions with an element and directly control the underlying element</li>
+ <li>Published On: 2024-02-26 11:57</li>
+ <li>Tags:
+
+ <a href='/tags/HTML.html'>HTML</a>,
+
+ <a href='/tags/CSS.html'>CSS</a>
+
+ </ul>
+
+
<li><a href="/posts/2024-01-05-hello-20224.html">Hello 2024</a></li>
<ul>
<li>Recap of 2023, and my goals for 2024</li>