-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (56 loc) · 885 Bytes
/
Copy pathstyle.css
File metadata and controls
65 lines (56 loc) · 885 Bytes
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
body {
background-color: white;
background-repeat: no-repeat;
background-color: #7298ad;
background-attachment: fixed;
font-family: "Cormorant Garamond", serif;
}
header {
text-align: center;
background-color: #121817;
color: white;
font-size: 24px;
margin: 20px;
border-radius: 1em;
word-spacing: 110%;
}
h1 {
padding: 10px;
letter-spacing: 1px;
}
main {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}
article {
width: 275px;
height: 375px;
cursor: pointer;
background-color: #121817;
letter-spacing: 110%;
word-spacing: 110%;
color: white;
text-align: center;
border-radius: 1em;
}
section {
width: 80%;
margin: 0 auto;
}
img {
width: 230px;
height: 248px;
}
h2 {
font-size: 25px;
}
article > h2 {
margin-top: 10px;
}
span {
color: #6ec05f;
font-size: 25px;
font-weight: bold;
}