-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutus.css
113 lines (91 loc) · 1.62 KB
/
aboutus.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
#section {
display: flex;
width: 80%;
height: auto;
margin: auto;
/* border: 1px solid green; */
}
#sidesec {
background-color: #f5f5f5;
width: 15%;
height: 280px;
line-height: 40px;
font-size: larger;
/* border: 1px solid palevioletred; */
margin-top: 30px;
position: fixed;
}
div:nth-child(1) {
margin-left: 10px;
}
div:nth-child(2) {
margin-left: 30px;
}
div:nth-child(3) {
margin-left: 30px;
}
div:nth-child(4) {
margin-left: 30px;
}
div:nth-child(5) {
margin-left: 30px;
}
div:nth-child(6) {
margin-left: 30px;
}
div:nth-child(7) {
margin-left: 30px;
}
#mainsec {
width: 65%;
height: auto;
/* border: 1px solid orange; */
margin-top: 30px;
margin-bottom: 20px;
padding-left: 230px;
}
h2:nth-child(1) {
margin-top: 0px;
}
h2 {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h4 {
font-size: 18px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-bottom: -5px;
}
span {
color: #fe5c75;
}
span:hover {
color: rgb(70, 70, 165);
text-decoration: underline;
}
p {
color: black;
font-size: 18px;
margin-top: 20px;
margin-bottom: 20px;
}
p:nth-child(19) {
line-height: 6px;
}
p:nth-child(20) {
line-height: 6px;
}
p:nth-child(21) {
line-height: 6px;
}
p:nth-child(22) {
line-height: 6px;
}
p:nth-child(23) {
line-height: 6px;
}
p:nth-child(24) {
line-height: 6px;
}
p:nth-child(25) {
line-height: 6px;
}