-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.css
100 lines (81 loc) · 1.52 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
95
96
97
98
99
100
body{
background-color: white;
background-image: url("2.jpg");
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.left {
/* border: 2px solid orangered; */
display: inline-block;
position: absolute;
left: 34px;
top: 18px;
}
.left img{
width: 90px;
}
.left div{
text-align: center;
font-size: 16px;
line-height: 0px;
}
.mid{
/* border: 2px solid rosybrown; */
display: block;
width: 60%;
margin: 19px auto;
}
.right {
/* border: 2px solid blue; * position: absolute;*/
position: absolute;
right: 5px;
top: 18px;
}
.navbar{
display: inline-block;
}
.navbar li{
display: inline-block;
font-size: 24px;
padding: auto;
}
.navbar li a{
color: rgb(4, 54, 4);
text-decoration: none;
padding: 19px 25px;
}
.navbar li a:hover, .navbar li a:active {
color: rgb(15, 131, 121);
text-decoration: underline;
}
.btn{
font-family: 'Baloo Bhai', cursive;
margin: 10px 9px;
background-color: rgb(6, 90, 69);
color:white;
padding: 5px 6px;
border-color: rgb(6, 90, 69);
border-radius:12px;
font-size: 16px;
cursor: pointer;
}
.btn:hover{
color: rgb(15, 131, 121);
}
.logo{
margin-top: 10px;
color: rgb(4, 54, 4);
}
h1{
margin-top: 50px;
font-size: 60px;
margin-left:445px;
color: rgb(1, 22, 1);
}
.ourServices{
color: rgb(4, 54, 4);
font-size: 22px;
}