-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyel.css
99 lines (88 loc) · 1.32 KB
/
styel.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
88
89
90
91
92
93
94
95
96
97
98
body{
font-family: 'Poppins', sans-serif;
}
.clear-fix::after{
content: "";
clear: both;
display: block;
}
.margin-left{
margin-left: auto;
}
.navbar img{
Width: 40.42px;
Height: 51px;
float: left;
}
.navbar h3{
margin-left: 55px ;
line-height: 44px;
color: white;
}
.nav-link .profile{
width: 51px;
height: 51px;
}
.nav-item{
line-height: 51px;
padding: 0 17px;
}
.background{
background-color: #562EFF;
}
.nav-link{
color: white;
}
.player-liest img{
width: 56px;
height: 56px;
float: left;
margin-bottom: 30px;
}
.player-liest{
border-bottom: 2px solid #D1D1D1;
}
.player-liest h4{
margin-top: 15px;
margin-left: 66px;
}
.top-player{
background-color: white;
margin-top: 60px;
}
.top-player h3{
margin-bottom: 40px;
color: #562EFF;
}
.blog-conent img{
width: 177px;
height: 119px;
float: left;
margin-right: 20px;
}
.contet-text h3{
font-size: 20px;
}
.top-blog{
background-color: white;
margin-top: 60px;
}
.blog-liest img{
width: 177px;
height: 119px;
float: left;
margin-bottom: 30px;
margin-right: 22px;
}
.blog-liest{
border-bottom: 2px solid #D1D1D1;
}
.card img{
width: 287px;
}
.card{
border: none;
}
.card-footer{
border: none;
}