Skip to content

Commit

Permalink
https://www.jpl.nasa.gov/missions/mariner-9-mariner-i
Browse files Browse the repository at this point in the history
  • Loading branch information
ThakaRashard authored Jun 24, 2024
1 parent 20b7e47 commit e481f63
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 1 deletion.
119 changes: 118 additions & 1 deletion _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -553,4 +553,121 @@ embed {
scrollbar-color: #595959 #262626;
scrollbar-width: thin;

}
}



.office {
justify-content: space-evenly;
padding: 20px;
border-style: inset;
border: 1px solid #08a0e9;
border-radius: 0px 0px 0px 0px;
font: normal 10px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
display: flex;
flex-direction: column;
column-count: auto;
flex-wrap: wrap;
color: white;
background: transparent
url(https://photojournal.jpl.nasa.gov/archive/PIA02831.gif);

margin: 10%;
}
.font {
column-count: 2;
column-fill: balance-all;
padding: 10px;
flex-grow: 1;
flex-basis: 200px;
margin: 10px;
text-align: left;
color: white;
background: transparent
url(https://raw.githubusercontent.com/ThakaRashard/thakarashard.github.io/master/assets/images/PrairieWind.png);
background-size: tile;
border-style: inset;
border: 1px solid #08a0e9;
border-radius: 1px 1px 1px 1px;
border-radius: 1
flex: 1;
align-items: stretch;

}
.trebuchet {
font: bold 10px/18px "Trebuchet MS";
display: block;
line-height: 1.2em;
font-size: 150%;
}
.logo {font-size:650%;}
.bigcaslon {
font: normal 10px/18px "Big Caslon";
display: block;
line-height: 1.2em;
font-size: 150%;
}
.lucidaconsole {
font: normal 10px/18px "Lucida Console";
display: block;
line-height: 1.2em;
font-size: 150%;
}
.Tahoma {
font: normal 10px/18px Tahoma;
display: block;
padding: 20px;
font-size: 150%;
letter-spacing: .1rem;
}
.arialnarrow {
font: normal 10px/18px "Arial Narrow";
display: block;
padding: 20px;
font-size: 150%;
letter-spacing: .01rem;
}
.verdana {
font: normal 10px/18px verdana;
display: block;
padding: 20px;
font-size: 150%;
}
.arial {
font: normal 10px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
display: block;
padding: 20px;
font-size: 150%;
}
.arialbold {
font: bold 10px/18px Arial;
display: block;
padding: 20px;
font-size: 150%;
}
.arialblack {
font: normal 10px/18px Arial Black;
display: block;
padding: 20px;
font-size: 150%;
}
.georgia {
font: normal 10px/18px georgia;
display: block;
line-height: 1.1em;
padding: 20px;
font-size: 150%;
}
.Baskerville {
font: normal 10px/18px Baskerville;
display: block;
padding: 20px;
font-size: 150%;
}
.Courier {
font: normal 10px/18px Courier;
display: block;
padding: 20px;
font-size: 150%;
}

Loading

0 comments on commit e481f63

Please sign in to comment.