Skip to content

Commit 79173b3

Browse files
authored
Update README.md
1 parent d27b59b commit 79173b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

foundations/01-css-methods/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ In this exercise, you're going to practice adding CSS to an HTML file using all
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

6+
> ## quick tip:
7+
> Do not worry about details in these exercises that are not specifically mentioned in the exercise or self check section. Because the desired outcomes are screenshots, your browser may show a different font, the colors may appear different on your machine, or the spacing between elements may look different. Only concern yourself with the specific items you are supposed to be learning for each exercise.
8+
69
The properties you need to add to each element are:
710

811
* `div`: a red background, white text, a font size of 32px, center aligned, and bold

0 commit comments

Comments
 (0)