-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (63 loc) · 846 Bytes
/
style.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
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
a {
color: #065da6;
}
html {
font-family: "Heebo", Helvetica, sans-serif;
}
label {
display: block;
}
main {
margin: 2rem auto;
max-width: 343px;
}
.header {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
}
.header h1 {
font-size: 1.325rem;
flex: 1;
}
.header p {
text-align: right;
}
.intro {
margin-bottom: 4rem;
}
.intro p {
margin-bottom: 1rem;
}
.intro label {
font-weight: 500;
margin-bottom: 1rem;
}
.star p {
color: #777;
font-size: 0.75rem;
}
.star img {
width: 343px;
height: 150px;
object-fit: cover;
margin-bottom: 0.5rem;
}
.star h2 {
color: #0a396b;
font-size: 1.25rem;
line-height: 1.2;
}
.footer {
margin-top: 4rem;
font-size: 0.75rem;
color: #666;
}
.footer p {
margin-bottom: 0.5rem;
}