diff --git a/css/style.css b/css/style.css new file mode 100644 index 000000000..c200fed62 --- /dev/null +++ b/css/style.css @@ -0,0 +1,25 @@ +html, body { + width: 100%; + height:100%; +} + +body { + background: linear-gradient(-45deg, #ece0d1, #dbc1ac, #967259, #634832); + background-size: 400% 400%; + animation: gradient 13s ease infinite; +} + +@keyframes gradient { + 0% { + background-position: 0% 50%; + } + 50% { + background-position: 100% 50%; + } + 100% { + background-position: 0% 50%; + } +} + + + diff --git a/images/coffeeBeans.jpeg b/images/coffeeBeans.jpeg new file mode 100644 index 000000000..3407e8035 Binary files /dev/null and b/images/coffeeBeans.jpeg differ diff --git a/index.html b/index.html index 0d5208117..e6385cf88 100644 --- a/index.html +++ b/index.html @@ -1,34 +1,97 @@ +
| ID | -NAME | -ROAST | -
|---|