diff --git a/contents/_includes/patterns/notification.njk b/contents/_includes/patterns/notification.njk
new file mode 100644
index 0000000..3426428
--- /dev/null
+++ b/contents/_includes/patterns/notification.njk
@@ -0,0 +1,7 @@
+
+
{% lines "hor", 5 %}
+
+
\ No newline at end of file
diff --git a/contents/index.njk b/contents/index.njk
index b4a3f34..946fd9e 100644
--- a/contents/index.njk
+++ b/contents/index.njk
@@ -73,6 +73,7 @@ eleventyExcludeFromCollections: true
Feedback
{% pattern "Modal" %}{% include "patterns/modal.njk" %}{% endpattern %}
+ {% pattern "Notification" %}{% include "patterns/notification.njk" %}{% endpattern %}
{% pattern "Popover arrow" %}{% include "patterns/popover-arrow.njk" %}{% endpattern %}
{% pattern "Presence indicator" %}{% include "patterns/presence-indicator.njk" %}{% endpattern %}
{% pattern "Progress bar" %}{% include "patterns/progress-bar.njk" %}{% endpattern %}
diff --git a/contents/notification.md b/contents/notification.md
new file mode 100644
index 0000000..0c03995
--- /dev/null
+++ b/contents/notification.md
@@ -0,0 +1,93 @@
+---
+layout: layouts/post.njk
+title: Notification
+description: Create a notification with CSS flexbox
+keywords: css alert, css flexbox, css notification
+---
+
+## HTML
+
+```html
+