-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
72 lines (63 loc) · 1.35 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
/* add your CSS here */
#card {
border: 1px solid black;
width: 330px;
/*image from pexels free for use anywhere*/
background-image: url(https://images.pexels.com/photos/1272809/pexels-photo-1272809.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
}
#card:hover {
box-shadow: 10px 10px 10px;
}
h3 {
text-shadow: -3px -3px 3px rgb(255, 0, 0);
padding: 8px;
margin: 2px 0;
font-size: 25px;
font-family: "Oleo Script", system-ui, sans-serif;
font-weight: 800;
font-style: normal;
}
li {
list-style-type: none;
font-size: normal;
font-weight: 400;
font-style: normal;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
width: 300px;
}
.description {
width: 300px;
border: 1px solid black;
margin: 10px;
background-color: aliceblue;
opacity: 0.8;
display: block;
margin-left: auto;
margin-right: auto;
}
p em {
font-size: 18px;
font-style: italic;
font-family: "Caveat", cursive, sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
p {
padding: 0 10px;
font-family: "Oleo Script", system-ui, sans-serif;
font-weight: 400;
font-style: normal;
}
ul {
padding-left: 15px;
}
span {
font-size: 20px;
font-family: "Permanent Marker", cursive, sans-serif;
font-weight: 800;
}