-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
88 lines (73 loc) · 1.67 KB
/
index.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
body{
text-align: center;
font-family: 'Happy Monkey', cursive;
color: white;
background: linear-gradient( #5f0f40,#ffdd00);
}
#header{
display: flex;
flex-direction: column;
align-items: center;
}
#image{
width: 350px;
border: 4px solid palevioletred;
border-radius: 35px;
}
h1, h2, h3, h4, p{
text-shadow: 0px 0px 1px black;
}
#bday-date{
background: #EFB0C9;
padding: 5px 7px;
border-radius: 3px;
margin: 10px;
}
#gifts-section, .message{
display: flex;
flex-direction: column;
align-items: center;
}
.gift-hint{
margin-top: 0;
}
.gift-cover{
margin-top: 10px;
margin-bottom: 40px;
width: 450px;
height: 450px;
border: 5px solid #ff7d00;
border-radius: 10px;
background-image: url('images/wrapt.jpeg');
background-size: cover;
}
#a:hover{
background-image: url("https://media.giphy.com/media/D6Bd9o4unoP1tW8rP1/giphy.gif");
background-size: cover;
}
#b:hover{
background-image: url("https://media.giphy.com/media/26xBMS8gnaaqawUWQ/giphy.gif");
background-size: cover;
}
#c:hover{
background-image: url("https://media.giphy.com/media/oNKLBehxbnoqY/giphy.gif");
background-size: cover;
}
#d:hover{
background-image: url("https://media.giphy.com/media/LpFg76ruCZvLi5iC9A/giphy.gif");
background-size: cover;
}
#f:hover{
background-image: url("https://media.giphy.com/media/lr2NW2Rwx8ymHOFOCF/giphy.gif");
background-size: cover;
}
#e:hover{
background-image: url("https://media.giphy.com/media/14cDsqOkks6O8U/giphy.gif");
background-size: cover;
}
.message{
width: 400px;
padding: 40px;
margin-right: auto;
margin-left: auto;
}