-
Notifications
You must be signed in to change notification settings - Fork 10
/
page.css
79 lines (59 loc) · 1.09 KB
/
page.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
#photos {
position: relative;
}
#sellotape1 {
top: 31px;
left: -21px;
}
#sellotape2 {
right: -20px;
bottom: 36px;
}
#slideshow {
text-align: center;
}
#slideshow img {
margin: 10px 8px 7px 8px;
width: calc(100% - 16px);
box-shadow: 1px 1px 3px;
color: grey;
}
#anniversary {
border: 1px solid darkgrey;
border-radius: 10px;
background-color: #fff3e8;
filter: drop-shadow(1px 3px 4px lightgrey);
display: flex;
color: #192a2c;
}
#anniversary h2 {
margin: 35px 10px;
border: none;
display: grid;
text-align: center;
align-items: center;
font-size: 16pt;
}
#anniversary .years {
font-size: 20pt;
}
#anniversary #gold {
color: #ffa602;
}
#anniversary #silver {
color: #a6a6a6;
}
#anniversary img {
margin: 2px 7px;
}
h1 {
text-align: center;
margin-top: 10px;
padding-bottom: 15px;
}
.sellotape {
position: absolute;
z-index: 1;
width: 75px;
}
#notice1 p { line-height: 23px; top: 4px; }