From 3f94948b345f039bc111ae22e56787db056fde98 Mon Sep 17 00:00:00 2001
From: Avital
Date: Mon, 30 Sep 2019 15:58:57 +0200
Subject: [PATCH] first 2 files of website
---
index.html | 11 +++++++++++
style.css | 11 +++++++++++
2 files changed, 22 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..6f84282
--- /dev/null
+++ b/index.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+ My webpage
+ I started it to test
Git
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..146e886
--- /dev/null
+++ b/style.css
@@ -0,0 +1,11 @@
+
+body {
+
+ background: pink;
+
+ }
+
+ p {
+ color: white;
+ text-decoration: underline;
+ }
\ No newline at end of file