Skip to content

Commit

Permalink
.floatright img:nth-child(odd) {
Browse files Browse the repository at this point in the history
  float: right;
}
.floatleft img:nth-child(even) {
  float: left;
  border-bottom: solid 10px #ffffff50;
}
  • Loading branch information
ThakaRashard authored Dec 16, 2024
1 parent 34af4fd commit f228a8f
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/current.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://archive.org/download/deltron-3030-the-album/Album/05-Positive%20Contact.mp3"> Download audio </a>
</figure>

# [Deltron 3030 - Deltron 3030 (FULL ALBUM)](https://www.youtube.com/watch?v=v6YJjkO7F5A)
### [Deltron 3030 - Deltron 3030 (FULL ALBUM)](https://www.youtube.com/watch?v=v6YJjkO7F5A)
[![Twitter Follow](https://img.shields.io/badge/Social-@DelHIERO__-blue?style=social&logo=X)](https://twitter.com/@DelHIERO) [![Twitter Follow](https://img.shields.io/badge/Social-@Latto__-blue?style=social&logo=X)](https://twitter.com/@Latto)
So, Del, im in losangeles, and i am enjoying your album, y bc Dan Lombardino in all of us... plz look at my [blog](https://thakarashard.github.io/rashardmro)

Expand Down
54 changes: 54 additions & 0 deletions _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@ h3 {

}

::selection {
color: #aaff00;
background: #454b1b;
}

img[src*="cloudfront"] {width: 100%;
border-bottom:solid 10px #FCE30070;}
img[alt*="USGS"] {width: 100%;
border-bottom:solid 10px #BF785E;}
/* matches selection in URL/src */
img[src*="nasa.gov"] {width: 100%;
border-bottom:solid 10px #c9ff2340;}


.gallery-wrap {
Expand Down Expand Up @@ -467,6 +479,9 @@ h1:hover {
}
}




#banner {
z-index: 100;
left: 0;
Expand Down Expand Up @@ -596,6 +611,45 @@ small {
font-size: 12px;
}

.floatright img:nth-child(odd) {
float: right;
}
.floatleft img:nth-child(even) {
float: left;
border-bottom: solid 10px #ffffff50;
}


.tupperware > * {
border: 1px solid #c9ff23;
border-radius: 5px;
padding: 0px;
flex-basis: 30%;
flex-shrink:2;
flex-grow:1;
overflow: hidden;
transition: all 300ms ease-in-out;

&:hover {
flex-grow: 9.3;

}
}


.tupperware {
display: flex;
justify-content: space-evenly;
flex-flow: row wrap;
padding: 15px;
gap: 5px;
height: auto;
}

.tupperware img {
width: 100%;
}


/* nav start */
nav {
Expand Down

0 comments on commit f228a8f

Please sign in to comment.