From 659b97c0da1e4c5d9e51ed0cfc384934e89ee4b6 Mon Sep 17 00:00:00 2001 From: JamesEdode <73158742+JamesEdode@users.noreply.github.com> Date: Thu, 16 Mar 2023 22:19:36 +1000 Subject: [PATCH] Update LEARN_CSS.md fix --- html-css/LEARN_CSS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-css/LEARN_CSS.md b/html-css/LEARN_CSS.md index b51ca01..15ba98b 100644 --- a/html-css/LEARN_CSS.md +++ b/html-css/LEARN_CSS.md @@ -1,6 +1,6 @@ # 🦜 Introduction to CSS -> ### [Video Tutorial](https://www.youtube.com/watch?v=1PnVor36_40) +> ### [Video Tutorial](https://www.youtube.com/watch?v=1PnVor36_40){:target="_blank"} CSS(Cascading Style Sheets) is the code that styles the web content. It is a style-sheet language, not a programming or markup language.