-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (53 loc) · 947 Bytes
/
style.css
File metadata and controls
67 lines (53 loc) · 947 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
66
67
body{
font-family: "Sora";
background-color: #fafaf9;
}
img{
margin-top: 10px;
margin-left: 10px;
width: 345px;
height: 152px;
border-radius: 10px;
}
h5{
width: 25%;
text-align: center;
background-color: #E6D6FC;
font-size: 10px;
margin-left: 10px;
border-radius: 15px;
padding: 3px;
color: #883AE1;
}
hr{
color: #6C727F;
width: 100%;
}
#card{
display: flexbox;
width: 370px;
padding: 5px;
box-shadow: 0px 30px 100px 0px rgba(17, 23, 41, 0.05);
border-radius: 10px;
background-color: #ffffff;
margin-left: 40%;
margin-right: 60%;
margin-top: 10%;
}
#description{
width: 350px;
padding-left: 10px;
font-size: 14px;
text-align: left;
color: #6C727F;
}
#title{
padding-left: 10px;
font-size: 18px;
text-align: left;
}
#footer{
font-size: 12px;
margin-left: 15px;
color: #6C727F;
}