-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.css
71 lines (63 loc) · 1.03 KB
/
service.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
html {
margin: 0;
padding: 0;
}
body {
font: 100% "Bahnschrift Condensed", sans-serif;
background-color: #e5ffde;
margin: 0;
padding: 0;
}
p {
margin-top: 0;
text-align: justify;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #000000;
}
.top-part{
margin-top: 0px;
background-color: #89ae9a;
text-align: center;
height: 150px;
border: 2px solid black;
position: fixed;
width: 100%;
top:0px;
}
.top-title{
font-size: 32px;
}
.pages{
width:100%;
}
.button{
background-color: rgb(248, 248, 237);
border: 2px solid black;
border-radius: 4px;
text-align: center;
text-decoration: none;
color:black;
padding: 10px 25px;
}
.service-title{
position: relative;
top: 175px;
font-size:20px;
left:35%
}
.main-titles{
text-align: right;
position: absolute;
right:55%;
top:276px;
}
.main-text{
text-align: left;
position: relative;
left:50%;
top:200px;
margin-right: 60%;
}