-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
88 lines (77 loc) · 1.41 KB
/
styles.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
* {
background-color: #cfc1e8;
}
h1 {
background-color: #8634eb;
color: white;
text-align: center;
padding: 10px;
margin-left: 50px;
margin-right: 50px;
}
h1, h2 {
font-family: Verdana;
margin-top: 0;
}
h2 {
font-size: 20px;
text-align: center;
padding-top: 10px;
}
#img-div {
max-width: 100%;
margin: auto;
}
#image {
display: block;
max-width: 100%;
margin: auto;
width: 400px;
border: 20px groove rgb(134, 52, 235);
}
#img-caption {
text-align: center;
background-color: rgba(134, 52, 235, 50%);
margin: auto;
max-width: 400px;
border: 2px solid rgba(134, 52, 235);
}
#tribute-link {
color: black;
background-color: rgba(134, 52, 235, 50%);
text-decoration: none;
font-size: 25px;
display: block;
text-align: center;
max-width: 120px;
margin: auto;
border: 2px solid rgba(134, 52, 235);
}
#tribute-link:hover {
background-color: #562691;
color: white;
}
h2[name="Who"] {
padding-top: 10px;
text-align: center;
font-size: 25px
}
p {
max-width: 500px;
margin: auto;
font-family: "Courier new";
background-color: #f1f0ff;
padding: 5px;
border: 5px solid #562691;
border-radius: 5px;
}
footer {
background-color: #562691;
color: white;
margin-top: 20px;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 20px;
text-align: center;
}