Upload files to "Chapter 2/practace"
This commit is contained in:
31
Chapter 2/practace/desert.html
Normal file
31
Chapter 2/practace/desert.html
Normal file
@@ -0,0 +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>
|
||||
</html>
|
||||
Reference in New Issue
Block a user