-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
79 lines (70 loc) · 1.6 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
body {
text-align: center;
font-family: 'Happy Monkey', cursive;
background: #a2d2ff;
color: #ffffff;
}
h1, h2, h3, h4, p {
text-shadow: 0 0 1px black;
}
#bday-age {
background: #EFB0C9;
padding: 5px 10px;
border-radius: 5px;
margin-bottom: 10px;
margin-top: 5px;
margin: 5px 0 10px 0;
}
#bday-date {
margin: 0;
background: #EFB0C9;
padding: 5px 10px;
}
#bff-img {
width: 150px;
border-radius: 50%;
border: 6px solid #EFB0C9;
margin-bottom: 10px;
}
h2, h4 {
background: #EFB0C9;
}
#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 {
margin: 0 auto;
width: 400px;
height: 400px;
border: 6px solid white;
border-radius: 10px;
background-image: url("images/b.jpg");
background-size: cover;
}
.gift-img:hover{
background-image: url("https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExc3NvOGRwdDU3YW1zaWZvdXo2eTNucXJ1bG41amJoa3oxamd4YnRxcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/WvplEZorbsaLAI19Ha/giphy.webp");
}
.gift-img2 {
margin: 0 auto;
margin-top: 50px;
width: 400px;
height: 400px;
border: 6px solid white;
border-radius: 10px;
background-image: url("images/b.jpg");
background-size: cover;
}
.gift-img2:hover{
background-image: url("https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExMnhqaDFtcjRzdHBxeXh3YzF0OXM5cGY2czFqcDA1cmhkYnR2NXlobyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/IgpAALi5hEv1IFmCrZ/giphy.webp");
}