diff --git a/CSS/color.css b/CSS/color.css new file mode 100644 index 0000000..84abc9d --- /dev/null +++ b/CSS/color.css @@ -0,0 +1,78 @@ +body { + background-color: silver; + color: white; + padding: 20px; + font-family: Arial, Verdana, sans-serif; +} + +h1 { + background-color: #ffffff; + background-color: hsla(0, 100%, 100%, 0.5); + color: #64645A; + padding: inherit; +} + +p { + padding: 5px; + margin: 0px; +} + +p.zero { + background-color: rgb(238, 62, 128); +} + +p.one { + background-color: rgb(244, 90, 139); +} + +p.two { + background-color: rgb(243, 106, 152); +} + +p.three { + background-color: rgb(244, 123, 166); +} + +p.four { + background-color: rgb(245, 140, 178); +} + +p.five { + background-color: rgb(246, 159, 192); +} + +p.six { + background-color: rgb(245, 176, 204); +} + +p.seven { + background-color: rgb(0, 187, 136); +} + +p.eight { + background-color: rgb(140, 202, 242); +} + +p.nine { + background-color: rgb(114, 193, 240); +} + +p.ten { + background-color: rgb(84, 182, 237); +} + +p.eleven { + background-color: rgb(48, 170, 233); +} + +p.twelve { + background-color: rgb(0, 160, 230); +} + +p.thirteen { + background-color: rgb(0, 149, 226); +} + +p.fourteen { + background-color: rgb(0, 136, 221); +} diff --git a/Color/Color.html b/Color/Color.html index dccd584..e613f1c 100644 --- a/Color/Color.html +++ b/Color/Color.html @@ -1,9 +1,29 @@ + - + Chapter 11: Colors + + + - +

ph Scale of Colors

+

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 Acidic

- \ No newline at end of file + + diff --git a/index.html b/index.html index dccd584..375321f 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,14 @@ - + CSS Examples And Reference - +

Duckett HTML and CSS Book

+

Chapters and Contents

+ \ No newline at end of file