Skip to content

Commit

Permalink
444
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Sep 20, 2024
1 parent bc8adb7 commit 573eaa3
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 4 deletions.
49 changes: 48 additions & 1 deletion _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5174,7 +5174,54 @@ animation: 1s ease-in 3s 1 saturate;
}


#playlist {
display: flex;
flex-flow: row wrap;
flex-direction: row;
}

.track figure figcaption {
margin: 1px;
overflow: hidden;
flex: 1 1 200px;
border-radius: 0.3em;
transition: all 0.5s linear;
box-shadow: 0 0 0 1px hsla(0, 9%, 1%, 0.3) outset 0 0.5em 1em
rgba(0, 0, 0, 0.1);
text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.3);
}

.track:hover,
.track:focus,
.track:active {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.09);
}

.track {
}

.track > img {
width: 100%;

transition: all 0.5s linear;
}

audio {
max-width: 100%;
transition: all 0.5s linear;
}

audio:hover,
audio:focus,
audio:active {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}

/*
#playlist {
display:flex;
Expand Down Expand Up @@ -5249,7 +5296,7 @@ audio:hover, audio:focus, audio:active
-moz-transform: scale(1.05);
transform: scale(1.05);
}

*/

.gallery-rover {
display: flex;
Expand Down
7 changes: 4 additions & 3 deletions playlist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div id="playlist">

<div class="playlist">
<blockquote>

<blockquote>
"How could you?
How could you move on so fast?
Forget about what we had
Expand Down Expand Up @@ -1039,7 +1040,7 @@ by Aaliyah
</div>


</div>



[Maxine Wally](https://www.linkedin.com/in/maxine-wally-60042b42?original_referer=https%3A%2F%2Fwww.google.com%2F) [ReadMore](https://www.wmagazine.com/culture/aaliyah-rock-the-boat-music-video-making-of-interview)
Expand Down

0 comments on commit 573eaa3

Please sign in to comment.