diff --git a/01-css-methods/index.html b/01-css-methods/index.html index effe3cc..aedefe5 100644 --- a/01-css-methods/index.html +++ b/01-css-methods/index.html @@ -5,10 +5,18 @@ Methods for Adding CSS + +
Style me via the external method!

I would like to be styled with the internal method, please.

- + \ No newline at end of file diff --git a/01-css-methods/style.css b/01-css-methods/style.css new file mode 100644 index 0000000..b29d177 --- /dev/null +++ b/01-css-methods/style.css @@ -0,0 +1,7 @@ +div { + background: red; + color: white; + font-size: 32px; + text-align: center; + font-weight: bold; +} \ No newline at end of file