Update Chapter 2/practace/desert.html
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Desert Plant</title>
|
||||
<link rel="stylesheet" href="desert.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="plant-card">
|
||||
<h2 class="plant-card-header"></h2>
|
||||
|
||||
<div class="plant-card-body">
|
||||
<div class="plant-card-info">
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
</div>
|
||||
<img class="plant-card-img" href="">
|
||||
</div>
|
||||
|
||||
<p class="plant-card-footer"></p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Desert Plant</title>
|
||||
<link rel="stylesheet" href="desert.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="plant-card">
|
||||
<h2 class="plant-card-header">Agave Americana</h2>
|
||||
|
||||
<div class="plant-card-body">
|
||||
<div class="plant-card-info">
|
||||
<p>Botanical name: Agaveceae</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>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user