-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
executable file
·80 lines (80 loc) · 1.12 KB
/
styles.css
File metadata and controls
executable file
·80 lines (80 loc) · 1.12 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
71
72
73
74
75
76
77
78
79
80
body {
color: silver;
background: black;
font-family: "Arvo", sans-serif;
}
header {
text-align: center;
background-image: url(images/purplebricks.jpg);
background-attachment: fixed;
color: #b4ff00;
}
a{
color: #b4ff00;
}
h1{
color: #ffffff;
font-size: 48px;
}
.links {
color: silver;
}
.stacked {
border: 10px double #c375d5;
padding: 15px;
}
}
.things {
color: silver;
}
.stacked {
border: 7px double #c375d5;
padding: 10px;
}
.contact
{
text-align: center;
color: silver;
background-image: url(images/purplebricks.jpg);
background-attachment: fixed;
}
.contact img{
width: 50px;
margin: 10px;
border-radius: 69%;
border: none;
}
.contact div{
display: block;
clear: both;
}
.contact img:hover {
opacity: 0.5;
}
ul.websites{
padding: 0;
text-align: center;
}
ul.websites li{
list-style: none;
display: inline-block;
margin-bottom: 5px;
}
.websites a{
background: #b4ff00;
padding: 10px 20px;
color: #000000;
text-decoration: none;
border-radius: 5px;
font-size: 24px;
display: block;
}
.websites a:hover{
background: silver;
}
p, ul, ol {
line-height: 1.5;
}
h1, h2 {
font-family: "Arvo", sans-serif;
}