-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.css
More file actions
98 lines (93 loc) · 1.43 KB
/
aboutus.css
File metadata and controls
98 lines (93 loc) · 1.43 KB
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
*{
margin:0px;
padding:0px;
}
.t1{
background-color: rgb(0, 0, 0);
text-align: center;
height:80px;
clear: both;
float:left;
width:100%;
}
.img{
margin-left:150px;
height:80px;
width:120px;
float:left;
}
a{
color:white;
text-decoration: none;
}
.t1 li{
display:inline;
font-size: 20px;
margin:20px;
color:azure;
line-height: 70px;
}
#i1{
height:400px;
width:100%;
}
#i2{
height:400px;
width:570px;
}
.c1{
width:35%;
float:left;
padding-left:7%;
margin:50px;
font-size:20px;
font-family: 'Dosis', sans-serif;
}
.c1 h1{
color:grey;
}
.c2{
background-color: grey;
font-size:20px;
padding-left:150px;
padding-right:150px;
font-family: 'Dosis', sans-serif;
}
.c3{
float:left;
font-size:20px;
padding-left:150px;
width:35%;
height:400px;
font-family: 'Dosis', sans-serif;
}
.h1{
text-align:center;
width:20%;
padding-left:150px;
padding-right:150px;
height:400px;
float:left;
}
.t2{
background-color:#252525;
height:300px;
clear: both;
float:left;
width:100%;
}
.t2 ul li{
display:flex;
font-size: 25px;
margin:25px;
color:azure;
line-height: 20px;
margin-left: 50px;
}
.t3{
width:40%;
float:left;
}
.t3 p{
font-size:20px;
}