Upload files to "Chapter 2/practace"

This commit is contained in:
2026-02-10 14:32:17 -05:00
parent d4e25b3b9a
commit 92e7751a26
3 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
body {
background-image: url("./img/greyback.jpg");
margin: 0px;
}
main {
display: flex;
flex-direction: column;
margin: 0px 40px;
}
h1 {
font-size: 28pt;
}
h2 {
font-size: 26pt;
}
p, li {
font-size: 16pt;
}

View 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>

View File

@@ -0,0 +1,25 @@
body {
background-image: url("./img/greyback.jpg");
margin: 0px;
}
main, footer {
display: flex;
flex-direction: column;
margin: 0px 40px;
}
p, li {
font-size: 16pt;
}
h1 {
font-size: 28pt;
}
h2 {
font-size: 26pt;
}