We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8256825 commit 040469cCopy full SHA for 040469c
exercises/01.1-The-Style-Tag/README.md
@@ -1,3 +1,7 @@
1
+---
2
+tutorial: "https://www.youtube.com/watch?v=C5sOchuD2d4"
3
4
+
5
# `01.1` The Style Tag
6
7
If you want to add styles into a website by writing CSS you have to always add it withing a `<style>` tag.
@@ -16,4 +20,4 @@ Add a `<style>` tag into your website and using CSS select the all `<p>` tags to
16
20
17
21
It should look like this:
18
22
19
-
23
+
0 commit comments