-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
117 lines (100 loc) · 1.6 KB
/
styles.css
File metadata and controls
117 lines (100 loc) · 1.6 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/*CLEARFIX DEFAULT CODE*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*CLEARFIX DEFAULT CODE*/
.site-header{
color: #acd61d;
padding: 10px 5%;
}
.site-header h1{
margin: 0;
font-size: 20px;
float: left;
width: 30%;
padding: 0px 15%;
}
.main-nav{
float:right;
}
.main-nav ul{
padding: 0;
margin: 0;
list-style: none;
}
.main-nav ul li{
display: inline;
}
.main-nav ul li a{
text-decoration: none;
color: #acd61d ;
width: 50%
}
.body-main {
background-image: url("AA Background.jpg");
background-size: 100%;
}
.billboard{
text-align: center;
padding: 20px;
color: white;
}
.billboard h2{
margin-top: 0;
}
.intro-text {
font-size:18px;
color: #fff;
width: 100%;
}
.intro-text2{
text-align: left;
margin: 0 auto;
width: 65%;
height: 50%;
}
.column-wrapper{
float:right;
height: 207px;
width: 30%;
padding-top: 33px;
}
.sidebar-col{
float: right;
padding: 5px 2.5%;
}
.body-sec{
background-color: #fff;
}
.main-footer{
color:#fff;
font-size: 10px;
padding: 40px 5%;
}
.copyright{
float:left;
}
.table-log{
margin-right: 0px;
padding-top: 5px;
width:712px;
height: 207px;
float: left;
}
.chart1{
margin-left: 230px;
}
.chart-gaadi{
display: inline-block;
float: left;
}