summaryrefslogtreecommitdiff
path: root/docs/posts/2024-02-26-control-element-under-another-element-html-css.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-26 23:38:14 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-03-26 23:38:14 -0600
commitf6d2141a480dd6b5b8ee0e48d43bb64773232791 (patch)
tree2c1debfc78746324b9e38be0bf4796b7a84a6348 /docs/posts/2024-02-26-control-element-under-another-element-html-css.html
parentaae00025bd8bff04de90b22b2472aed8a232f476 (diff)
add header ids
Diffstat (limited to 'docs/posts/2024-02-26-control-element-under-another-element-html-css.html')
-rw-r--r--docs/posts/2024-02-26-control-element-under-another-element-html-css.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/posts/2024-02-26-control-element-under-another-element-html-css.html b/docs/posts/2024-02-26-control-element-under-another-element-html-css.html
index b9c9ebc..3085822 100644
--- a/docs/posts/2024-02-26-control-element-under-another-element-html-css.html
+++ b/docs/posts/2024-02-26-control-element-under-another-element-html-css.html
@@ -6,13 +6,13 @@
<link rel="stylesheet" href="/assets/main.css" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Interacting with underlying element in HTML</title>
+ <title>id="interacting-with-underlying-element-in-html">Interacting with underlying element in HTML</title>
<meta name="og:site_name" content="Navan Chauhan" />
<link rel="canonical" href="https://web.navan.dev/posts/2024-02-26-control-element-under-another-element-html-css.html" />
<meta name="twitter:url" content="https://web.navan.dev/posts/2024-02-26-control-element-under-another-element-html-css.html />
<meta name="og:url" content="https://web.navan.dev/posts/2024-02-26-control-element-under-another-element-html-css.html" />
- <meta name="twitter:title" content="Interacting with underlying element in HTML" />
- <meta name="og:title" content="Interacting with underlying element in HTML" />
+ <meta name="twitter:title" content="id="interacting-with-underlying-element-in-html">Interacting with underlying element in HTML" />
+ <meta name="og:title" content="id="interacting-with-underlying-element-in-html">Interacting with underlying element in HTML" />
<meta name="description" content="With CSS you can disable any interactions with an element and directly control the underlying element" />
<meta name="twitter:description" content="With CSS you can disable any interactions with an element and directly control the underlying element" />
<meta name="og:description" content="With CSS you can disable any interactions with an element and directly control the underlying element" />
@@ -44,7 +44,7 @@
<main>
- <h1>Interacting with underlying element in HTML</h1>
+ <h1 id="interacting-with-underlying-element-in-html">Interacting with underlying element in HTML</h1>
<p>I know that the title is a bit weird. I was trying to interact with a video under an iPhone Bezel Screen frame.</p>
@@ -76,7 +76,7 @@
<p>Let us try this in a simple example.</p>
-<h2>Example</h2>
+<h2 id="example">Example</h2>
<p>Here, we create a button and overlay a transparent box</p>