diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..56b543b Binary files /dev/null and b/.DS_Store differ diff --git a/about.html b/about.html new file mode 100644 index 0000000..e69de29 diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..4d16f28 --- /dev/null +++ b/contact.html @@ -0,0 +1,21 @@ + + + + + + +

Send an e-mail to wildy@wildlife.com:

+ +
+Name:
+
+E-mail:
+
+Comment:
+

+ + +
+ + + diff --git a/css/contact.css b/css/contact.css new file mode 100644 index 0000000..494ad43 --- /dev/null +++ b/css/contact.css @@ -0,0 +1,10 @@ +h2{ + color: #ff6600; + font-size: 3.5rem; +} +body { + background-color:#ccff66; +} +h2{ + font-family:sans-serif; +} diff --git a/css/styles.css b/css/styles.css index 8a60244..c2fc409 100644 --- a/css/styles.css +++ b/css/styles.css @@ -4,4 +4,14 @@ body { .starter-template { padding: 3rem 1.5rem; text-align: center; -} \ No newline at end of file +} +h1{ + color: pink; + font-size: 6.5rem; +} +.btn{ + background-color: orange; +} +body { + background-color: lightblue; +} diff --git a/facts.html b/facts.html new file mode 100644 index 0000000..e69de29 diff --git a/images/BIRD1.jpg b/images/BIRD1.jpg new file mode 100644 index 0000000..2a778b9 Binary files /dev/null and b/images/BIRD1.jpg differ diff --git a/index.html b/index.html index a4670a4..eb5c2a5 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@ - Starter Template for Bootstrap + WiLDLiFe on Mother Earth - + @@ -17,7 +17,7 @@