Update Chapter 2/practace/desert.css
This commit is contained in:
@@ -14,10 +14,47 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 26pt;
|
font-size: 32pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, li {
|
p, li {
|
||||||
font-size: 16pt;
|
font-size: 18pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plant-card {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plant-card-header {
|
||||||
|
padding: 10px 0px;
|
||||||
|
margin: 0px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plant-card-body {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plant-card-info {
|
||||||
|
display: flex;
|
||||||
|
width: 60%;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plant-card-img {
|
||||||
|
margin: auto;
|
||||||
|
padding: 0px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plant-card-footer {
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user