diff --git a/week-4/css/firestore.css b/week-4/css/firestore.css new file mode 100644 index 0000000..7a9d8f3 --- /dev/null +++ b/week-4/css/firestore.css @@ -0,0 +1,86 @@ +body{ + background-color: hsla(156, 90%, 77%, 0.76) + ; + display: -webkit-box; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + flex-direction: column; + -webkit-box-pack: center; + justify-content: center; + -webkit-box-align: center; + align-items: center; + font-family: 'Amatic SC', cursive; + margin-top: 15%; +} + +h1{ + text-align: center; +} +#shoppingForm{ + +} +#add{ + font-family: 'Amatic SC', cursive; + border-radius: 25px; + font-size: 35px; + background-color: hsla(161, 57%, 40%, 0.53); + padding: 10px; + border: 1px solid #ccc; +} +#item{ + padding: 10px; + border-radius: 25px; + font-family: 'Amatic SC', cursive; + font-size: 35px; +} +html{ + -webkit-box-align: center; + align-items: center; +} +#shopping-list{ + display: -webkit-box; + display: flex; + -webkit-box-pack: center; + justify-content: center; + -webkit-box-align: center; + align-items: flex-start; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + flex-direction: column; +} +#shopping-list span{ + padding-right: 20px; + padding-left: 20px; +} +span .spanyo{ + font-family: 'Amatic SC', cursive; + padding-right: 10%; + +} +ul, li{ + margin: 0; + padding: 0; + list-style-type: none; + font-size: 25px; + display: -webkit-box; + display: flex; + font-size: 30px; + font-family: 'Amatic SC', cursive; + +} +a{ + text-decoration: none; + font-size: 30px; + color: black; + padding-left: 10px; + padding-right: 10px; +} +a:hover{ + border-radius: 25px; + background-color: hsla(161, 57%, 40%, 0.53); + +} +li.list-item{ + padding: 3px; +} diff --git a/week-4/firestore.html b/week-4/firestore.html index ed4ea52..d995efe 100644 --- a/week-4/firestore.html +++ b/week-4/firestore.html @@ -4,11 +4,12 @@ + + My Shopping List App