diff --git a/css/styles.css b/css/styles.css index 2cec454..75c7822 100644 --- a/css/styles.css +++ b/css/styles.css @@ -130,6 +130,16 @@ h1 { box-shadow: 10px 15px var(--main-highlight-color); } +.symbiosis-section { + width: 40%; + background-color: var(--background-section-color); + height: 22.5rem; + padding: 1em; + margin: 1em; + margin-left: 10%; + box-shadow: 10px 15px var(--main-highlight-color); +} + .food-web-section { width: 50%; background-color: var(--background-section-color); @@ -178,6 +188,20 @@ h1 { text-align: center; } +.image-section-2 { + width: 35%; + background-color: var(--background-section-color); + height: 17.5rem; + padding: 1em; + margin: 1em; + margin-left: auto; + margin-bottom: 5rem; + margin-top: -20.5rem; + margin-right: 2em; + box-shadow: 10px 15px var(--main-highlight-color); + text-align: center; +} + .map-section-1 { width: 35%; background-color: var(--background-section-color); diff --git a/index.html b/index.html index 271c344..5293af3 100644 --- a/index.html +++ b/index.html @@ -79,6 +79,21 @@ + +
+
+

Symbiosis

+

A mutualistic relationship that is directly affected by rhino poaching is the relationship between rhinos and the oxpecker bird. Oxpeckers eat ticks, parasites, and insects off of rhinos' skin. The oxpecker has a steady food source and the rhino is able to stay clean. If rhino poaching continues, oxpeckers could lose a large part of their diet. An example of commensalism can be seen in the relationship between rhinos and dung beetles. Rhinos produce up to 50 pounds of excrement a day, and dung beetles rely on this as a food source. Again, if rhinos continue to be poached, these beetles could lose a very important source of nutrition.

+
+
+ + +
+
+ Oxpecker birds on a rhino +
+
+

placeholder

diff --git a/static/img/oxpecker-rhino.jpg b/static/img/oxpecker-rhino.jpg new file mode 100644 index 0000000..6476f20 Binary files /dev/null and b/static/img/oxpecker-rhino.jpg differ