commit 6e47f8d08f2668f64e981dd10bfe8d47a9a8c023
Author: Stone-Red-Code <56473591+StoneRed5@users.noreply.github.com>
Date: Sun Jan 3 16:20:36 2021 +0100
Test1
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..be93563
--- /dev/null
+++ b/index.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+ Really good Website
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..a9f8d29
--- /dev/null
+++ b/style.css
@@ -0,0 +1,27 @@
+.header {
+ background: url("https://picsum.photos/2000/100");
+ height: 100px;
+ background-size: cover;
+ background-position: center;
+}
+
+.orange {
+ background-color: orange;
+}
+
+body {
+ background-color: #40444B;
+}
+
+h1 {
+ color: white;
+}
+
+h3 {
+ color: white;
+}
+
+.contact>p {
+ color: white;
+ padding-left: 10px;
+}
\ No newline at end of file