-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (51 loc) · 843 Bytes
/
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
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #f4f4f4;
}
header {
background: #333;
color: #fff;
padding: 10px;
text-align: left;
}
header .logo {
width: 100px;
}
#obituary-section {
padding: 20px;
background: #fff;
}
#deceased-name {
font-size: 2em;
color: #333;
}
#obituary-content {
font-size: 1.2em;
margin-top: 10px;
}
#tribute-photos {
margin-top: 20px;
}
#tribute-photos img {
width: 100%;
max-height: 300px;
object-fit: cover;
margin-bottom: 10px;
}
#order-flower-button {
background: #333;
color: #fff;
border: none;
padding: 10px 20px;
font-size: 1.2em;
cursor: pointer;
margin-top: 20px;
}
#order-flower-button:hover {
background: #555;
}
#map-and-transit {
margin-top: 20px;
}