View on GitHub

reading-notes

Reading notes for Codesfellows Coding

CSS NOTES

CH 10 pg 226

Selectors

csssel

Colors ch11 pg 247 pdf 245

background color

body { background-color: rgb(200,200,200);} h1 { background-color: DarkCyan;} h2 { background-color: #ee3e80;} p { background-color: white;}

Opacity

Color

</head>

pH Scale

14.0 VERY ALKALINE

13.0

12.0

11.0

10.0

9.0

8.0

7.0 NEUTRAL

6.0

5.0

4.0

3.0

2.0

1.0

0.0 VERY ACID<