Update Chapter 2/practace/desert.html

This commit is contained in:
2026-02-11 15:42:42 -05:00
parent edd1452f85
commit d41caf1d17

View File

@@ -16,14 +16,58 @@
<div class="plant-card-body">
<div class="plant-card-info">
<p>Botanical name: Agaveceae</p>
<p><b>Botanical name: </b><i>Agaveceae</i></p>
<p>The Agave species is known for its striking form and general tolerance to cold, heat, sun, drought, and poor or alkaline soils. Agaves are some of the most useful plants in the hot arid regions of the Southwest. Sizes of agaves vary from one to six feet in height. They have many interesting leaf styles and color variations. The pointed leaves of the Agave Americana are armed with thorns at the tips. This leaf formation allows them to capture tiny amounts of rain, which guides the moisture down to the roots.</p>
<p>These plants need water occasionally until established or when plants show stress by wilting or withering. You should prune them in September.</p>
</div>
<img class="plant-card-img" src="./img/agave.jpg">
</div>
<p class="plant-card-footer">top of page</p>
<a class="plant-card-footer" href=desert.html>top of page</a>
</div>
<div class="plant-card">
<h2 class="plant-card-header">Desert Spoon</h2>
<div class="plant-card-body">
<img class="plant-card-img" src="./img/desertspoon.jpg">
<div class="plant-card-info">
<p><b>Botanical name: </b><i>Dasylirion wheeleri</i></p>
<p>The Desert Spoon is a very dependable plant for the arid environment of the Southwest. This plant was used by the natives of the region for food and fiber. the leaf blade of the desert spoon is a slender, toothed gray-green. The leaves radiate from the center of the plant in all directions. Growth is a moderate five to eight feet, and the leaves spread equally. Some plants develop a bloom stalk that grows five or six feet above the foliage. The bloom is topped by a long plume of straw-colored flowers that look like grain.</p>
<p>The Desert Spoon can be planted any season but summer and pruned in October.</p>
</div>
</div>
<a class="plant-card-footer" href=desert.html>top of page</a>
</div>
<div class="plant-card">
<h2 class="plant-card-header">Golden Barrel</h2>
<div class="plant-card-body">
<div class="plant-card-info">
<p><b>Botanical name: </b><i>Echinocactus grusonii</i></p>
<p>The Golden Barrel grows to a height of four feet and width of three feet. The yellow flowers of the golden barrel generally grow in the spring. The foliage texture is coarse, and the foliage color is gold for this favorite Southwest plant. The golden barrel has a slow growth rate but also requires a low amount of water. The Golden Barrel makes a dramatic landscape statement when they are clumped together. The Golden Barrel grows well in full to reflected sun.</p>
<p>It should be watered occasionally and needs no maintenance.</p>
</div>
<img class="plant-card-img" src="./img/goldenbarrel.jpg">
</div>
<a class="plant-card-footer" href=desert.html>top of page</a>
</div>
<div class="plant-card">
<h2 class="plant-card-header">Prickly Pear</h2>
<div class="plant-card-body">
<img class="plant-card-img" src="./img/pricklypear.jpg">
<div class="plant-card-info">
<p><b>Botanical name: </b><i>Opuntia violacea santa-rita</i></p>
<p>This type of prickly pear, called the santa-rita prickly pear, is very striking because of its color. The prickly pear segments are tinged with purple or are totally purple. This gives a dramatic color contrast to other Southwest plants. Segments can grow to eight inches. Yellow flowers may turn red near the base inside and produce red or purple fruit. The prickly pear is excellent to use as a color feature in a landscape design.</p>
<p>The prickly pear can be cut back any time to shape or remove leaf pods too close to high-use areas.</p>
</div>
</div>
<a class="plant-card-footer" href=desert.html>top of page</a>
</div>
</main>