-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyles.css
100 lines (79 loc) · 1.5 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
94
95
96
97
98
99
100
body {
font-family: Happy Monkey;
text-align: center;
color: white;
background: linear-gradient(rgb(193, 248, 255), pink);
text-shadow: 0px 0px 3px black;
font-weight: 400;
}
#friend_img {
width: 250px;
height: 250px;
object-fit: cover;
border-radius: 50%;
border: 10px solid #EFB0C9;
}
#header {
display: flex;
flex-direction: column;
align-items: center;
}
#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;
}
.gift-section {
margin-top: 50px;
}
.gift-text {
margin-bottom: 10px;
}
.hover-over {
margin-top: 0px;
}
.gift-cover {
margin: 0 auto;
width: 400px;
height: 400px;
border: 6px solid white;
border-radius: 10px;
background-image: url("Images/gift-box-cover.jpg");
background-size: cover;
margin-bottom: 50px;
}
#happy:hover {
background-image: url("Images/giphy.webp");
}
#hot:hover {
background-image: url("Images/200.webp");
}
#genious:hover {
background-image: url("Images/giphy\ \(2\).webp");
}
#badass:hover {
background-image: url("Images/giphy\ \(1\).webp");
}
#cheers {
width: 400px;
height: 200px;
}
#cheers:hover {
background-image: url("Images/giphy\ \(3\).webp");
}
#course-section {
display: flex;
margin: 0 auto 10 auto ;
width: 400px;
font-style: italic;
}
a {
color: white;
}