-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
47 lines (44 loc) · 985 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
/* importing custom fonts and other files */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto&display=swap');
body{
background-color:#F3F1FF;
}
.heading-text{
color: #562EFF;
font-size: 24px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
padding-top: 35px;
margin-bottom: 35px;
}
.player-img{
margin-right: 16px;
}
.player-name{
font-size: 18px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
}
.horizontal-line{
border: 1px solid #D1D1D1;
}
.top-blog-text{
font-weight: 500;
font-size: 20px;
font-family: 'Poppins', sans-serif;
}
.author-text{
color: #562EFF ;
font-size: 16px;
font-family: 'Poppins', sans-serif ;
}
.by-text{
color: #9F9F9F;
}
.author-text{
color: #ED6B4F;
font-size: 15px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
}