-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
93 lines (76 loc) · 1.88 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
85
86
87
88
89
90
91
92
93
body {
text-align: center;
font-family: 'Happy Monkey', cursive;
background: linear-gradient(#a2d2ff, #EFB0C9);
color: #ffffff;
}
h1, h2, h3, h4, p {
text-shadow: 0 0 1px black;
}
#bff-img {
width: 150px;
border-radius: 50%;
border: 6px solid #EFB0C9;
margin-bottom: 10px;
}
#bday-age {
background: #EFB0C9;
padding: 5px 10px;
border-radius: 5px;
margin: 5px 0 10px 0;
}
#bday-date {
margin: 0;
background: #EFB0C9;
padding: 5px 10px;
border-radius: 5px;
}
#header {
display: flex;
flex-direction: column;
align-items: center;
}
.gift-section {
margin-top: 50px;
}
.gift-title {
margin-bottom: 10px;
}
.gift-hint {
margin-top: 0;
}
#gift-img-cheers {
height: 200px;
}
.gift-img {
margin: 20px auto;
max-width: 400px;
height: 400px;
border: 6px solid white;
border-radius: 10px;
background-image: url("images/gift-cover.jpg");
background-size: cover;
}
#gift-img-birthday:hover {
background-image: url("https://media1.giphy.com/media/9rO5Aksmn0dHQKXJAu/giphy.webp?cid=790b7611t20d9ft2yg0e367yc19rd6slr3py8h5ash4qemta&ep=v1_gifs_search&rid=giphy.webp&ct=g");
}
#gift-img-music:hover {
background-image: url("https://media1.giphy.com/media/4oMoIbIQrvCjm/200.webp?cid=ecf05e4797npy3dz6qp0jc1rvvpv40mv1bhwhl3l5ouo942x&ep=v1_gifs_search&rid=200.webp&ct=g");
}
#gift-img-relax:hover {
background-image: url("https://media4.giphy.com/media/N2ng0M6HzgKr3lW8df/giphy.webp?cid=ecf05e47epani94ipzba57t0qjiqplexymxw3tb0pbbboi8s&ep=v1_gifs_search&rid=giphy.webp&ct=g");
}
#gift-img-family:hover {
background-image: url("https://lacolumnariablog.com/wp-content/uploads/2012/02/noel-se-casa.jpg");
}
#gift-img-cheers:hover {
background-image: url("images/cheers.gif");
}
#footer {
font-style: italic;
width: 400px;
margin: 40px auto 20px;
}
a {
color: white;
}