-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
68 lines (54 loc) · 835 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
h1 {
text-align: center;
color: green;
}
.plant-form-container {
text-align: center;
}
.container-headers {
column-count: 3;
text-align: center;
}
.plant-containers {
column-count: 3;
}
#veggie-container {
height: 1625px;
width: 350px;
margin: auto;
border: solid;
}
#flower-container {
height: 1625px;
width: 350px;
margin: auto;
border: solid;
}
#herb-container {
height: 1625px;
width: 350px;
margin: auto;
border: solid;
}
#plant-card {
text-align: center;
height: 250px;
width: 300px;
border: solid;
margin: auto;
}
#plant-card h4 {
margin: 0;
}
#plant-card p {
font-size: small;
margin: 0;
}
#plant-card img {
width: 200px;
height: 150px;
}
#plant-description {
width: 200px;
height: 75px;
}