From 9dc437b8979ff5de105c9574097be41d9ce5a6b1 Mon Sep 17 00:00:00 2001 From: tsbugbee Date: Sun, 16 Feb 2020 17:07:58 -0500 Subject: [PATCH] Week 4 Submission (Firestore Shopping List) --- week-4/css/style.css | 28 +++++++++ week-4/firestore.html | 130 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 158 insertions(+) create mode 100644 week-4/css/style.css create mode 100644 week-4/firestore.html diff --git a/week-4/css/style.css b/week-4/css/style.css new file mode 100644 index 0000000..46ccd42 --- /dev/null +++ b/week-4/css/style.css @@ -0,0 +1,28 @@ +header{ + background-color: midnightblue; + padding: 50px; + color: lightgray; +} + +body{ + background-color: lightgray; + margin: 0px; +} + +h1{ + font-family: Georgia, 'Times New Roman', Times, serif; +} + +a{ + text-decoration: none; + color: red; + padding-left: 5px; +} + +ul{ + padding: 10px 50px 50px 50px; +} + +li{ + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} \ No newline at end of file diff --git a/week-4/firestore.html b/week-4/firestore.html new file mode 100644 index 0000000..72f02e2 --- /dev/null +++ b/week-4/firestore.html @@ -0,0 +1,130 @@ + + + + + + + My Shopping List App + + + + +
+

My Shopping List:

+ +
+ +
+
+ + + + + + + + + \ No newline at end of file