forked from incubateind/gdtc-Day1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gdtcport.css
163 lines (134 loc) · 2.17 KB
/
gdtcport.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
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
158
159
160
161
162
163
.myrows{
border: 3px solid green;
padding: 5;
}
.mycols{
border: 3px solid red;
}
.mycontainer{
background-color: blue;
}
#topHeader
{
background-color: ghostwhite;
border-bottom: 1px solid silver;
}
#topHeader a{
color: slategrey;
font-weight: 600;
font-size: 0.89rem;
}
/* rem it means 0.89*16
em
pixel */
.container-fluid
{
padding-left: 0;
padding-right: 0;
}
nav ul li a{
font-size: 1.1rem;
font-weight: 600;
}
/* #start footer */
.fullfooter
{
background-color: rgb(4, 77, 1);
}
.top-footer p
{
color:white;
}
.top-footer a
{
color:white;
font-weight: 600;
}
.top-footer h3
{
color:white;
}
.bottom-footer
{
background-color: rgb(0, 0, 71);
}
.bottom-footer p
{
color: white;
padding-top: 9px;
}
/* this is start of home page top-hero-section */
.top-hero-section
{
color: white;
background-color: rgb(6, 62, 151);
}
.top-hero-section a{
font-size: 1.1rem;
font-weight: 600;
color: whitesmoke;
}
.top-hero-section button
{
background-color: teal;
}
.qualities-img{
width: 250px;
}
/* <!--start rqueirement section--> */
.requirement-section
{
background-color: rgb(4, 49, 121);
color: white;
}
.requirement-section button
{
background-color: teal;
}
.requirement-section h3{
font-weight: 400;
}
/* <!--################## --> */
.input_section_email
{
background-color: rgb(4, 49, 121);
color: white;
}
.input_section_email h4
{
color: white;
font-weight: 400;
}
.input_section_email .form-control
{
height: 50px;
border-color: transparent;
border-radius: 20px 0 0 20px;/* left-top right-top right-bottom left-bottom*/
}
.input_section_email .btn
{
min-height: 50px;
color: white;
background-color: teal;
border-color: black;
border-radius: 0px 20px 20px 0px;/* left-top right-top right-bottom left-bottom*/
}
/* clients section */
.client-section
{
background-color: #f0f0f0;
}
/* breadcrumbs_section */
.breadcrumbs_section {
background-color:#f0f0f0 ;
}
.address
{
font-weight: 600;
}
.bar{
font-weight: 600;
font-size: 1.16rem;
border-radius: 17px;
border: 2px solid gray;
}