-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServices.css
More file actions
70 lines (67 loc) · 1.45 KB
/
Services.css
File metadata and controls
70 lines (67 loc) · 1.45 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
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: .5em;
color: white;
font-size: larger;
background-color: grey;
background-blend-mode: color-burn;
background-image: url("https://img.freepik.com/free-photo/painting-mountain-lake-with-mountain-background_188544-9126.jpg");
}
.heading{
color: lightgoldenrodyellow;
font-family: cursive;
text-align: center;
font-size: xxx-large;
}
.About:hover{
border-bottom: whitesmoke 3px solid;
font-size: large;
color: aqua;
background-color: grey;
}
.Contact:hover{
border-bottom: whitesmoke 3px solid;
font-size: large;
color: aqua;
background-color: grey;
}
.Home:hover{
border-bottom: whitesmoke 3px solid;
font-size: large;
color: aqua;
background-color: grey;
}
.Home{
text-decoration: none;
color: lightgoldenrodyellow;
border-radius: 45px;
padding: 4px 5px;
border: whitesmoke 4px solid;
}
.Services{
text-decoration: none;
color: lightgoldenrodyellow;
border-radius: 45px;
padding: 4px 5px;
border: whitesmoke 4px solid;
}
.About{
text-decoration: none;
color: lightgoldenrodyellow;
border: whitesmoke 4px solid;
border-radius: 45px;
padding: 4px 5px;
}
.Contact{
text-decoration: none;
color: lightgoldenrodyellow;
border: whitesmoke 4px solid;
border-radius: 45px;
padding: 4px 5px;
}
.nav{
margin: 1px;
padding: 5px 50px;
float: right;
}