diff --git a/content/modals_are_much_easier_than_you_think.md b/content/modals_are_much_easier_than_you_think.md
new file mode 100644
index 0000000..ac4827f
--- /dev/null
+++ b/content/modals_are_much_easier_than_you_think.md
@@ -0,0 +1,85 @@
+---
+title: Modals are much easier than you think
+date: 2025-02-04
+description: Working with modals should not be such a pain!
+author: nullndr
+tags:
+ - webdev
+ - html
+---
+
+# Modals are much easier than you think
+
+A modal is an element that appears on top of the main content to capture user attention and interaction.
+
+It is typically used for alerts, confirmations, forms, or additional information without navigating away from the current page.
+
+When you search for how to create a simple modal you will typically find yourself writing some `
`s styled with CSS and handled by JavaScript. Indeed, this is how [w3schools](https://www.w3schools.com/w3css/w3css_modal.asp) teaches you.
+
+Modals are such a basic feature in modern websites that there must be an easier way to handle them... Indeed, there is!
+
+Ladies and gentlemens, let me present you the [`