-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
112 lines (90 loc) · 1.71 KB
/
style.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
body {
font-family:Georgia, 'Times New Roman', Times, serif;
background-image: url(./electricity.jpg);
background-size: cover;
}
header h1{
color: white;
text-transform: uppercase;
font-size: 5em;
text-align: center;
text-decoration: underline;
text-decoration-color: goldenrod;
margin: 1px 1px;
}
header h2{
color: white;
font-size: 3em;
text-align: center;
margin: 1px 1px 10px;
}
p{
color: white;
letter-spacing: 1px;
width: auto;
line-height: 1.5;
}
footer > p{
display: inline-block;
border: solid white 10px;
background-color: white;
color: black;
margin: 5px;
opacity: 0.25;
}
#logo {
position: absolute;
left: 20px;
margin: 30px 20px 20px;
}
a:hover{
color: white;
}
.navigation{
text-align: center;
}
.navigation ul{
text-align: center;
background-color: grey;
opacity: inherit;
color:black;
}
.navigation li {
font-weight: 100;
letter-spacing: 2px;
padding: 20px;
list-style-type: none;
}
.subtitle{
background-color:#0C2C53;
color: white;
font-weight: bold;
text-align: center;
margin: 80px 25% 40px;
line-height: 50px;
font-size:25px;
width: auto;
}
.home > p{
margin: 10px 25% 40px;
background-color: white;
opacity: 0.5;
color: #0C2C53;
width: auto;
}
.contact > p {
display: block;
color: black;
text-align: center;
background-color: white;
align-content: center;
width: 600px;
margin-left: 25%;
opacity: 0.5;
}
div, #about{
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-size:medium;
color: black;
font-stretch: expanded;
}