diff --git a/css/styles.css b/css/styles.css index ad778b5..743127a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -124,6 +124,15 @@ h1 { box-shadow: 10px 15px var(--main-highlight-color); } +.food-web-section { + width: 50%; + background-color: var(--background-section-color); + height: 27.5rem; + padding: 1em; + margin: 1em; + box-shadow: 10px 15px var(--main-highlight-color); +} + .location-section { width: 40%; background-color: var(--background-section-color); @@ -140,6 +149,11 @@ h1 { text-align: center; } +.section-header p { + padding-top: 0.25rem; + margin-top: 0.25rem; +} + .placeholder { visibility: hidden; } @@ -171,6 +185,20 @@ h1 { box-shadow: 10px 15px var(--main-highlight-color); } +.food-web-explanation { + width: 35%; + background-color: var(--background-section-color); + height: 20rem; + padding: 1em; + margin: 1em; + margin-left: auto; + margin-bottom: 5rem; + margin-top: -24rem; + margin-right: 7.5%; + box-shadow: 10px 15px var(--main-highlight-color); + text-align: center; +} + .poaching-image { width: 100%; height: 100%; @@ -184,3 +212,18 @@ h1 { max-height: 100%; max-width: 100%; } + +.food-web-image { + width: 100%; + height: 100%; + padding: 0; + margin: 0; + text-align: center; +} + +.food-web-image img { + width: auto; + height: auto; + max-height: 90%; + max-width: 100%; +} diff --git a/index.html b/index.html index 19d8cce..a9088f8 100644 --- a/index.html +++ b/index.html @@ -62,35 +62,20 @@ - -
+ +
-

Background

+

Food Web

-
- - -
-
- -
-
- +
+ Food Web of many organisms in the Kenyan Savanna, including the Rhino
- -
+ +
-

Location or something

-
-
- - -
-
View Larger Map -
- +

Rhinos have no real predators in the wild escept for humans. Although adult rhinos don't have any predators in the wild, tertiary consumers like lions and hyenas depend on juvenile and baby rhinos for a food source.

diff --git a/static/img/rhino-food-web.jpg b/static/img/rhino-food-web.jpg new file mode 100644 index 0000000..1245e3b Binary files /dev/null and b/static/img/rhino-food-web.jpg differ