-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrough.css
More file actions
157 lines (152 loc) · 2.09 KB
/
rough.css
File metadata and controls
157 lines (152 loc) · 2.09 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.header{
background-color: #0984e3;
color: white;
}
#name{
color: white;
}
#nav {
margin: 6px;
font-family: 'Abril Fatface', cursive;
list-style: none;
}
#nav li{
display: inline-block;
margin: 3px;
padding: 7px;
}
#nav li:hover{
background-color: #0984e3;
border-radius: 30px;
}
#nav li a{
color:white;
}
.banner{
background: url("xq2.jpg");
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
}
.banner-title{
margin-top: 20px;
padding: 3px;
color:white;
}
.banner-title {
display: inline-block;
background: rgba(178,190,195, 0.8);
}
.lead{
padding: 11px 0px 7px 2px;
color:white;
background: rgba(116,185,255, 0.84);
}
.service-box{
text-align: center;
}
.service-box i.fa{
font-size:75px;
color:#74b9ff;
}
.section{
margin: 0;
text-align: center;
margin-top: 20px;
margin-bottom: 21px;
padding: 20px 0 20px 0;
}
.service-box i.fa:hover{
color: #0984e3;
}
.sundar img{
width: 8rem;
height: 8rem;
border-radius: 70px;
}
.steve img{
height: 8rem;
width: 8rem;
border-radius: 135px;
}
.tess{
background: url("sea1.jpg") no-repeat 0 0;
background-size: cover;
}
.sundar p{
color:white;
}
.steve p{
color:white;
}
.news img{
width:100%;
}
.post-date i.fa{
margin-right: 6px;
}
.readmore i.fa{
margin-left: 7px;
}
.company{
background: url("sea1.jpg") no-repeat 0 0;
background-size: cover;
color: white;
}
.company ul{
list-style: none;
}
.zzz {
margin: 0;
padding: 0;
}
#ull {
list-style: none;
margin: 0;
padding: 0;
}
#ull li a{
color: black;
}
.neww{
color: white;
}
.footer{
color:white;
}
.ull{
list-style: none;
color: rebeccapurple;
margin: 0;
padding: 0;
}
.ull li{
display: inline-block;
padding-left: 5px;
}
.ull a{
font-size: 30px;
color: white;
}
.mm h2::after{
content: "";
background-color: #0984e3;
width: 55%;
height: 3px;
border-radius: 50px;
display: block;
margin: 8px auto;
}
.mm2 h2::after{
content: "";
background-color: #0984e3;
width: 40%;
height: 3px;
border-radius: 50px;
display: block;
margin: 8px auto;
}
.lead:hover{
background-color: rgba(9,132,227, 0.84);
cursor: pointer;
}