-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (81 loc) · 1.3 KB
/
style.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.main{
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
display: flex;
}
.left{
display: flex;
margin-top: 40px;
margin-left: 30px;
}
.left>ul{
display: flex;
list-style-type: none;
}
.left>ul>li{
padding-left: 7px;
margin-top: 10px;
}
.left>ul>li{
width: 50px;
height: 30px;
}
#bold:hover{
cursor: pointer;
text-decoration: underline;
background: #d4d0d0;
font-weight: bold;
}
#blo:hover{
cursor: pointer;
text-decoration: underline;
background: #d4d0d0;
font-weight: bold;
}
.left>img{
width: 50px;
height: 50px;
margin-top: 10px;
padding-left:5px ;
}
.right>img{
width: 50%;
height: 400px;
position:relative;
left:160px;
}
.right>.plant2>img{
width: 100%;
height: 400px;
position:relative;
left:160px;
object-fit: cover;
}
.left>i{
margin-top: 20px;
margin-left: 20px;
}
.left>li{
display: flex;
}
.para{
margin-top: 100px;
margin-left: -170px;
}
.para>p{
width: 200px;
text-align: justify;
}
.button{
width: 50px;
height: 25px;
padding-left: 10px;
border: 1px solid none;
border-radius: 10px;
cursor:pointer;
color:black;
background-color: #fff;
}
.button:hover{
background: #9f9e9e;
font-weight: bold;
}