From 6e47f8d08f2668f64e981dd10bfe8d47a9a8c023 Mon Sep 17 00:00:00 2001
From: Stone-Red-Code <56473591+StoneRed5@users.noreply.github.com>
Date: Sun, 3 Jan 2021 16:20:36 +0100
Subject: [PATCH] Test1
---
index.html | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++
style.css | 27 +++++++++
2 files changed, 195 insertions(+)
create mode 100644 index.html
create mode 100644 style.css
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