-
Notifications
You must be signed in to change notification settings - Fork 0
/
Services.css
94 lines (93 loc) · 1.34 KB
/
Services.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
#nav-bar {
position: sticky;
top: 0;
z-index: 10;
}
.navbar {
background-image: linear-gradient(to right, white, white);
padding: 0 !important;
}
.navbar-brand {
font-size: 40px;
font-family: Georgia, "Times New Roman", Times, serif;
padding-left: 50px;
color: teal;
}
.navbar-nav li {
padding: 0 5px;
padding-right: 70px;
}
.navbar-nav li a {
color: cadetblue !important;
font-weight: 600;
float: right;
text-align: left;
}
.navbar-toggler {
outline: none !important;
}
.col-md-12 {
padding-top: 70px;
text-align: center;
font-size: 15px;
}
#our {
color: cadetblue;
}
#round
{
height: 250px;
width: 250px;
border-radius: 50%;
}
h5
{
text-align: center;
color: teal;
padding-top: 15px;
padding-right: 75px;
}
h6{
text-align: center;
color: cadetblue;
padding-right: 75px;
}
#pp
{
text-align: center;
padding-right: 50px;
}
#sub {
padding-top: 20px;
width: 100%;
background-color: cadetblue;
}
#white {
color: black;
float: left;
}
#justify {
color: white;
text-align: justify;
font-size: 15px;
}
#usr {
margin-top: 30px;
height: 35px;
width: 200px;
}
#last {
width: 100%;
background-color: teal;
text-align: center;
font-size: 20px;
color: black;
}
.col-md-7 {
padding-left: 150px;
}
#btn1 {
width: 200px;
margin-top: 5px;
margin-left: 0px;
}