Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59fdf6f

Browse files
committed
Edit punctuation fix in Foundations README
1 parent b5bf8ec commit 59fdf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundations/01-css-methods/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Methods for Adding CSS
2-
In this exercise, you're going to practice adding CSS to an HTML file using all three methods: external CSS, internal CSS, and inline CSS. You should only be using type selectors for this exercise when adding styles via the external and internal methods. You should also use keywords for colors (e.g. "blue") instead of using RGB or HEX values).
2+
In this exercise, you're going to practice adding CSS to an HTML file using all three methods: external CSS, internal CSS, and inline CSS. You should only be using type selectors for this exercise when adding styles via the external and internal methods. You should also use keywords for colors (e.g. "blue") instead of using RGB or HEX values.
33

44
There are three elements for you to add styles to, each of which uses a different method of adding CSS to it, as noted in the outcome image below. All other exercises in this section will have a CSS file provided and linked for you, but for this exercise you will have to create the file and link it in the HTML file yourself. This is all about practicing using these different methods and getting the syntax right.
55

0 commit comments

Comments
 (0)