-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (41 loc) · 691 Bytes
/
style.css
File metadata and controls
50 lines (41 loc) · 691 Bytes
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
head {
}
body {
background-image: url(HS_75.jpg);
background-size: cover;
}
h1 {
color: #ffdb00;
font-size: 60px;
text-align: center;
margin: 0 auto;
font-family: "Pacifico";
text-shadow: 0 0 7px #333;
}
table {
font-family: "Courier New" "Times New Roman";
background: black;
color: white;
width: 400px;
margin: 0 auto;
border: 2px solid white;
font-size: 30px;
padding: 20px 0 20px 20px;
}
h2 {
text-align: center;
color: #ffdb00;
text-shadow: 0 0 8px #333;
font-family: "Pacifico"
}
.instafeed-container{
text-align: center;
margin-top: 20px;
}
#instafeed {
display: inline-block;
border: 2px solid black;
}
#instafeed img {
vertical-align: bottom;
}