-
Notifications
You must be signed in to change notification settings - Fork 0
/
music1_style.css
130 lines (107 loc) · 2.37 KB
/
music1_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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
body{
min-height:100%;
background: url(https://images.unsplash.com/photo-1496293455970-f8581aae0e3b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1001&q=80) rgba(88,28,12,0.5) no-repeat center center fixed;
background-blend-mode: multiply;
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position:relative;
}
#title{
margin:auto;
margin-top:2%;
width:50%;
border-bottom: solid white 2px;
font-size:70px;
text-align: center;
padding:2%;
font-weight: 1000;
color:#fca652;
text-shadow: 4px 4px 10px #ca5116;
font-family: 'Great Vibes', cursive;
}
.head_bar .slide{
position: relative;
display: inline-block;
}
.head_bar h1{
padding: 0 26% 0 26%;
font-size: 46px;
color: white;
text-shadow: 2px 2px 4px #000000;
text-transform: uppercase;
}
.head_bar p{
font-size: 18px;
color: white;
text-shadow: 2px 2px 6px #000000;
text-align: center;
padding-top: 10px;
}
.head_bar img{
width: 4%;
height: 4%;
margin: 2% 0 0 2%;
border-radius: 50%;
box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.5);
}
.music_image{
margin-top: 10%;
margin-left: 20%;
}
.round_img img{
width: 200px;
height: 200px;
padding: 2%;
margin-top: 4%;
margin-right: 4%;
border-radius: 50%;
filter: grayscale(100%);
transition: all .2s ease-in-out;
box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.round_img img:hover{
filter: grayscale(2%);
transition: 0.2 ease;
transform: scale(1.1);
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/* Style the icon bar links */
.icon-bar a {
display: block;
text-align: center;
/* padding: 16px; */
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.abt{
color:#fca652;font-size:30px;
}
.abt:hover{
font-size:36px;
transition-delay: .2;
}
.abti{
width:50px;
}
.abti:hover{
width:60px;
transition-delay: .2;
}
.abtim{
font-size:20px;
}
.abtim:hover{
font-size:30px;
transition-delay: .2;
}