-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
88 lines (76 loc) · 1.32 KB
/
Copy pathstyles.css
File metadata and controls
88 lines (76 loc) · 1.32 KB
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
body {
background: rgb(247, 211, 95);
font-family: Figtree, Arial;
}
.base-bg {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.preview-card {
background: white;
width: 325px;
height: 460px;
padding: 25px;
border: 1px solid black;
border-radius: 10px;
box-shadow: 7px 7px rgba(0, 0, 0, 1);
}
.preview-card-inner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.svg {
border-radius: 10px;
width: 100%;
}
.preview-card-content {
display: flex;
flex-direction: column;
align-items: left;
}
.learning {
background: rgb(247, 211, 95);
padding: 10px;
font-weight: bold;
font-size: 15px;
margin-top: 20px;
margin-bottom: 12px;
border-radius: 5px;
width: 65px;
}
.pub {
font-weight: 500;
font-size: 15px;
margin-top: 0;
}
.h1 {
font-size: 25px;
color: rgb(247, 211, 95);
margin-top: 0;
}
.long-text {
color: rgb(118, 118, 118);
font-weight: 500;
margin-top: 0;
}
.img-nme {
display: flex;
flex-direction: row;
align-items: center;
}
.img-avt {
width: 30px;
margin-right: 15px;
display: flex;
align-items: center;
}
.nme-avt {
font-weight: 700;
font-size: 15px;
margin: 0;
padding: 0;
}