-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
71 lines (68 loc) · 1.3 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
body {
text-align: center;
background: linear-gradient(#b67be6, #ffad03);
font-family: "Architects Daughter", cursive;
color: aliceblue;
text-shadow: 0 0 1px black;
}
#header {
display: flex;
flex-direction: column;
}
#img-couple {
height: 310px;
width: 370px;
margin: auto;
border-radius: 50%;
border: 3px solid #ffcf70;
}
#aniv-names {
background-color: #eeae2d;
padding: 3px 10px;
margin: 20px auto;
border-radius: 10px;
}
#aniv-date {
background-color: #eeae2d;
padding: 3px 10px;
margin: 1px auto 10px;
border-radius: 10px;
}
.gift-section {
margin-top: 50px;
}
.gift-img {
background-image: url("images/gift-img.jpg");
margin: 20px auto;
max-width: 500px;
height: 450px;
border: 6px solid white;
border-radius: 10px;
background-size: cover;
}
#gift-img-nsync:hover {
background-image: url(images/nsync.gif);
}
#gift-img-hot:hover {
background-image: url(images/hot.webp);
}
#gift-img-rapunzel:hover {
background-image: url(images/rap.gif);
}
#gift-img-smart:hover {
background-image: url(images/smart.gif);
}
#gift-img-cheers:hover {
background-image: url(images/cheers.gif);
}
#gift-img-cheers {
height: 300px;
}
@font-face {
font-family: summerlove;
src: url("smrlv/SummerLove.ttf");
}
#footer {
font-family: summerlove;
font-size: 50px;
}