-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
88 lines (74 loc) · 1.34 KB
/
index.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
79
80
81
82
83
84
85
86
87
body{
background-color: hsl(47, 88%, 63%);
font-size:16px;
font-family: 'Figtree', 'Courier New', Courier, monospace;
}
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
.wrap{
display: flex;
justify-content: center;
margin-top:120px;
}
.main{
background-color: hsl(0, 0%, 100%);
width:400px;
height:550px;
border-radius:30px;
border: 2px solid black;
border-right: 10px solid black;
border-bottom:10px solid black;
border-bottom-left-radius: 30px;
}
.f-img{
margin-top:20px;
margin-bottom: 50px;
margin-left: 31px;
}
.learning{
font-weight:800;
color:black;
background-color: hsl(47, 88%, 63%);
width:100px;
height:30px;
display:inline;
margin-left:31px;
}
.dateOfP{
display:block;
margin-left:31px;
margin-bottom:5px;
font-family:'Tahoma';
word-spacing: 5px;
font-weight:600;
}
.topic{
margin-left:31px;
font-size:25px;
font-weight:800;
}
.intro{
word-spacing:5px;
margin-left:31px;
color:hsl(0, 0%, 50%);
font-weight: 500;
}
.Lphase{
display:flex;
justify-content:start;
}
.avatar{
width:30px;
margin-left:31px;
margin-right:20px;
margin-top:2px;
}
.nameOfP{
font-weight: 600;
margin-top:6px;
}