From 98192671a530137971f8e4b77985ccc6d4587d70 Mon Sep 17 00:00:00 2001
From: Gleb Bahmutov <gleb.bahmutov@gmail.com>
Date: Tue, 22 Oct 2024 12:22:43 -0400
Subject: [PATCH] add link to the video

---
 docs/recipes/vertical-center.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/recipes/vertical-center.md b/docs/recipes/vertical-center.md
index 6ca3ef9df..71c769d2a 100644
--- a/docs/recipes/vertical-center.md
+++ b/docs/recipes/vertical-center.md
@@ -2,6 +2,8 @@
 
 Let's confirm that the element is centered vertically in its parent element.
 
+📺 Watch this recipe explained in the video [Vertical Center](https://youtu.be/YCyOxdBfYQM).
+
 <!-- fiddle Vertical center -->
 
 ```html hide