-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
79 lines (65 loc) · 1.2 KB
/
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
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
*{
text-decoration:none;
}
body{
background: linear-gradient(to right, #5D6D7E, #566573);
text-decoration:none;
}
.sologan{
font-weight:bold;
font-size:15px;
color:white;
text-decoration:none;
}
.main{height: 200px;
text-decoration:none;
width: auto;
margin:0px auto;
margin-left:auto;
margin-right:auto;
display: block;
box-shadow: 1px 0px 20px 12px rgba(20,2,240,0.2);
border-radius:5px;
margin-top:22px;
margin-bottom:12px;
font-weight:bold;
font-size:15px;
color:white;
}
img{
height: 180px;
width: auto;
margin:7px;
border-radius:4px;
}
.head{
text-decoration:none;
box-shadow: 1px 0px 20px 12px rgba(20,2,240,0.2);
border-radius:5px;
width: 7px;
font-weight:bold;
font-size:25px;
color:white;
margin-top:70px;
}
.Artist1{
text-decoration:none;
font-weight:bold;
font-size:25px;
color:white;
background-image:
linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
url('images/background.jpg');
width: 80%;
margin:7px;
border-radius:3px;
background-size: cover;
color: white;
padding: 20px;
}
.Artist{
border-radius:23px;
height:150px;
width:200px;
}
}