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