Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1d2cc4d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 8, 2024
1 parent f07ca31 commit a29c4ec
Show file tree
Hide file tree
Showing 10 changed files with 5,272 additions and 73 deletions.
6 changes: 6 additions & 0 deletions css/SampleLayout.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#sample {
flex: 1 1 auto;
display: flex;
flex-direction: column;
}

.sampleContainer {
text-align: center;
width: 100%;
Expand Down
2 changes: 2 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ a:hover {
}

main {
display: flex;
flex-direction: column;
position: relative;
flex: 1;
background: black;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ <h3 style="margin-bottom: 5px">Other Pages</h3>
</p>
</div>
<div id="sample" style="display: none;">
<div>
<div class="sampleInfo">
<h1 id="title"></h1>
<a id="src" target="_blank" rel="noreferrer" href="">See it on Github!</a>
<p id="description"></p>
<div class="sampleContainer"></div>
</div>
<div class="sampleContainer"></div>
</div>
<nav id="code" class="sourceFileNav">
<div>
Expand Down
Loading

0 comments on commit a29c4ec

Please sign in to comment.