-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
94 lines (77 loc) · 1.7 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
body {
background: -webkit-linear-gradient(rgb(57, 219, 46), rgb(249, 101, 2));
/* background: -o-linear-gradient(pink, lightblue);*/
/* background: -moz-linear-gradient(pink, lightblue);*/
font-family: Happy Monkey;
text-align: center;
color: rgb(255, 255, 255);
}
h1 {
width: auto;
text-wrap: wrap;
}
h1, h2, h3, p, footer {
text-shadow: 0px 0px 5px rgb(249, 101, 2);
}
#header {
display: flex;
flex-direction: column;
align-items: center;
}
#bday-age {
background: rgb(249, 101, 2);
padding: 8px 15px;
margin-bottom: 0;
}
#bday-dob {
background: rgb(249, 101, 2);
padding: 8px 15px;
margin-bottom: 15px;
}
#bday-person-img {
width: 200px;
border-radius: 50%;
border: 4px solid rgb(249, 101, 2);
}
.gift-img {
background-image: url("./images/giftwrapping.png");
height: 400px;
width:400px;
border: 4px solid rgbrgb(249, 101, 2);
background-size: cover;
border-radius: 4px;
}
div {
width: 400px;
margin: 0px auto;
}
#gift-img-happy:hover {
background-image: url("./images/happy.webp");
}
#gift-img-hot {
height: 300px;
}
#gift-img-hot:hover {
background-image: url("./images/hot.webp");
background-size: 100%;
height: 300px;
}
#gift-img-braai-master {
height: 220px;
}
#gift-img-braai-master:hover {
background-image: url("./images/braai-master.webp");
}
#gift-img-cheers {
height: 220px;
}
#gift-img-cheers:hover {
background-image: url("./images/cheers.webp");
height: 220px;
}
.gift-section {
margin-bottom: 50px;
}
footer {
margin: 0px 0px 25px 0px;
}