-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubF.css
99 lines (78 loc) · 1.58 KB
/
SubF.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
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/agriculturenavbar.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: left;
padding: 20px;
border-radius: 5px;
}
.history h2{
margin-left: 50px;
}
.history li{
margin-left: 50px;
font-size: 20px;
}