diff --git a/foundations/01-css-methods/index.html b/foundations/01-css-methods/index.html index effe3cc..41b28d3 100644 --- a/foundations/01-css-methods/index.html +++ b/foundations/01-css-methods/index.html @@ -4,11 +4,19 @@ + + 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/foundations/01-css-methods/main.css b/foundations/01-css-methods/main.css new file mode 100644 index 0000000..932cf3f --- /dev/null +++ b/foundations/01-css-methods/main.css @@ -0,0 +1,7 @@ +div { + color:white; + background-color: red; + font-size: 32px; + text-align: center; + font-weight: bold; + } \ No newline at end of file