-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (63 loc) · 1.03 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
#image {
max-width: 100%;
max-height: auto;
padding-bottom: 10px;
}
img {
display: block;
width: 80%;
margin: 0 10%;
}
#main {
max-width: 1280px;
max-height: 100%;
margin: 30px auto;
padding: 15px;
border-radius: 5px;
}
#title {
color: white;
text-align: center;
text-shadow: 10px 10px 15px black;
font-size: 3em;
}
#main > p {
text-align: center;
font-size: large;
}
#img-div {
max-width: 800px;
margin: 0 50px 50px 200px;
padding: 15px;
background-color: #fff;
box-shadow: 20px 20px 15px grey;
}
#tribute-info {
background-color: rgb(103, 201, 214);
font-family: inherit;
box-shadow: 20px 20px 15px grey;
padding: 50px;
max-width: 1000px;
margin: 0 auto;
margin-top: 20px;
}
#tribute-info > h3 {
text-align: center;
}
#tribute-info > ul li {
margin: 10px;
line-height: 30px;
}
h5 {
text-align: center;
font-size: large;
}
body {
background-color: rgba(118, 194, 204, 0.795);
margin: 0 20%;
}
h1 {
color: white;
text-align: center;
text-shadow: 10px 10px 15px black;
}