-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
84 lines (69 loc) · 1.08 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
.container {
background-color: rgb(253, 190, 158);
/* width: 100%; */
height: 100%;
margin: 30px 10px;
border-radius: 10px;
}
.container h2 {
text-align: center;
padding: 30px;
font-size: 40px;
color: rgb(130, 48, 48);
}
.container p {
text-align: center;
}
#img-div img {
transform: translate(0, 30px);
}
.listItem p {
margin-top: 40px;
}
#img-div p {
margin-top: 40px;
background-color: rgb(249, 234, 215);
}
#img-div {
background-color: white;
height: auto;
margin: 15px;
max-width: 100%;
display: block;
}
#image {
max-width: 100%;
display: block;
height: auto;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.listItem li {
padding: 5px 0;
}
.contain .mainList {
margin-top: 20px;
background-color: rgb(256, 197, 158);
border-style: dotted;
width: 900px;
}
.contain h3 {
text-align: center;
padding: 20px;
font-family: sans-serif;
}
.listItem {
display: flex;
justify-content: center;
align-items: center;
}
#tribute-info {
margin-right: 10px;
}
#tribute-link {
margin-right: 10px;
margin-top: 50px;
}