“and Icarus laughed as he fell, for he knew to fall means he once have soared”

/* where it says cover url, you paste the url of ur album cover and where it says artist and album you type in the name of the artist and album, also you can delete these instructions from the code */
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
#disc-collection * {
all: unset;
}
#disc-collection {
all: initial!important;
width: 100%!important;
height: 240px!important;
margin: 30px 0!important;
display: flex!important;
flex-direction: row!important;
position: relative!important;
margin-left: 2px!important;
}
#disc-collection .disc {
all:unset!important;
perspective: 500px !important;
width: 20px!important;
transition: width 0.5s!important;
}
#disc-collection .disc:hover {
width: 180px!important;
}
#disc-collection img {
all:unset!important;
transition: transform 0.5s, width 0.5s, height 0.5s, margin-top 0.5s!important;
width: 183px!important;
height: 180px!important;
transform: rotateX(0deg) rotateY(5deg)!important;
transform-style: preserve-3d!important;
border-radius: 4px!important;
border: 2px solid rgba(0, 0, 0, 0.1)!important;
margin-left: 20px!important;
object-fit: cover!important;
}
#disc-collection .disc:after {
content: "";
background: url('https://fluorescent-lights.neocities.org/f0rzNHe.png'),
linear-gradient(150deg, rgba(255,255,255,0.4), rgba(255,255,255,0.2), 40%,
rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.6));
background-size: contain, cover;
position: absolute;
top: 0;
left: 0;
transition: transform 0.5s, width 0.5s, height 0.5s, margin-top 0.5s!important;
width: 210px!important;
height: 183px!important;
transform: rotateX(0deg) rotateY(5deg)!important;
transform-style: preserve-3d!important;
border: 0px solid rgba(0, 0, 0, 0)!important;
object-fit: cover!important;
}
#disc-collection .disc:hover img {
transform: rotateX(0deg) rotateY(1deg)!important;
width: 183px!important;
height: 180px!important;
margin-top: -25px!important;
margin-left: 20px!important;
}
#disc-collection .disc:hover:after {
transform: rotateX(0deg) rotateY(1deg)!important;
width: 210px!important;
height: 183px!important;
margin-top: -25px!important;
}
#disc-collection .title {
color: #000000; /* here where it says color you can insert a diffrent color code for the title of your discs */
display: block;
visibility: hidden;
position: absolute;
bottom: 0px;
text-align: center;
width: 100%;
padding-left: 6px;
}
#disc-collection .disc:nth-child(n):hover + .title {
visibility: visible;
}

/* where it says cover url, you paste the url of ur album cover and where it says artist and album you type in the name of the artist and album, also you can delete these instructions from the code */
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Artist - Album
Displaying 0 of 0 comments ( View all )