-
Notifications
You must be signed in to change notification settings - Fork 0
/
Farming.css
125 lines (99 loc) · 1.99 KB
/
Farming.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
body{
background-color: ivory;
}
.navbar{
display: inline-block;
overflow: hidden;
/* background-color: rgb(102, 155, 21); */
margin-top: 8px;
margin-left: 0px;
width: 100%;
height: 60px;
opacity: 90%;
border-radius: 10px;
}
.navbar li {
display: inline-block;
text-align: center;
margin-top: -15px;
}
.navbar p{
text-decoration: underline;
margin-left: 10px;
}
.navbar li a{
text-decoration: none;
color:rgb(255, 255, 255);
font-size: 22px;
font-family: 'Baloo Bhai 2', cursive;
padding: 30px;
opacity: 100%;
}
.navbar a:hover {
opacity: 100%;
color: rgb(5, 110, 19);
}
.navbar li.active{
text-decoration: underline;
}
.agrinavbar{
display: inline-block;
overflow: hidden;
width: 100%;
height: 80px;
background-image: url(/images/farmingnavbar.png);
opacity: 80%;
border-radius: 10px;
}
.agrinavbar li {
display: inline-block;
text-align: center;
margin-left: 550px;
margin-left: 30px;
}
.agrinavbar li a{
text-decoration: none;
color:ivory;
font-size: 23px;
font-family: 'Baloo Bhai 2', cursive;
font-size:50px;
}
.history p{
margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
font-size: 20px;
background-color: rgb(181, 181, 181);
border-radius: 5px;
text-align: center;
padding: 20px;
border-radius: 5px;
}
section{
width: 100%;
height: 50vh;
background-color: rgb(222, 222, 222);
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
}
.container{
width: 100%;
max-width: 80rem;
margin: 0 auto;
padding: 0 1.5rem;
border-radius: 10px;
}
.accordion-item{
background-color: ivory;
border-radius: 5px;
margin-bottom: 10px;
padding: 10px;
box-shadow: .5rem 2px .5rem rgba(0,0,0,.1);
}
.accordion-link{
font-size: 20px;
text-decoration: none;
color: rgb(39, 156, 245);
}