-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
78 lines (76 loc) · 1.41 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
#pic{
width: 150px;
height: 150px;
border-radius: 150px;
border: 6px solid #EFB0C9;
}
body{
font-family: 'Happy Monkey', cursive;
text-align: center;
background: linear-gradient(#a2d2ff, #EFB0C9);
color: #ffffff;
}
h1, h2, h3, h4, p{
text-shadow: 0 0 1px black;
}
#age{
background: #efb0c9;
padding: 5px 10px;
border-radius: 5px;
margin: 5px 0 10px 0;
}
#date{
background: #efb0c9;
padding: 5px 10px;
border-radius: 5px;
margin: 5px 0 10px 0;
}
#header{
display: flex;
flex-direction: column;
align-items: center;
}
.gift-section{
margin-top: 50px;
}
.gift-title{
margin-bottom: 10px;
}
.gift-hint{
margin-top: 0;
}
.giftimg{
background-image: url("./images/gift-cover.jpg");
width: 400px;
height: 400px;
border: 6px solid white;
border-radius: 10px;
background-size: cover;
margin: 0 auto;
}
#gift-img-happy:hover{
background-image: url("./images/happy.gif");
}
#gift-img-hot:hover{
background-image: url("./images/hot.gif");
}
#gift-img-genius:hover{
background-image: url("./images/genius.gif");
}
#gift-img-badass:hover{
background-image: url("./images/badass.gif");
}
#gift-rectangle{
height: 200px;
}
#gift-rectangle:hover{
background-image: url("./images/cheers.gif");
}
#footer{
font-style: italic;
width: 400px;
margin: 40px auto 20px;
}
a{
color: white;
}