Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Apr 30, 2024
1 parent 8c0565c commit d7b9df6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# vertexshaderart.com is in transition to a static site

## Saving

To save your work. Bookmark the URL or copy it to your blog/instagram/gist etc...

## Music Tracks

Options:
Expand Down
28 changes: 25 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,43 @@
}
#banner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: x-large;
align-items: center;
margin-bottom: 5px;
}
#banner>div {
display: flex;
align-items: center;
gap: 5px;
}
#banner a {
border: 1px solid #888;
padding: 0.25em;
border-radius: 0.25em;
font-size: medium;
}
#search {
display: flex;
}
a {
text-decoration: none;
color: white;
}
input {
flex: 1 1 auto;
width: 100%;
background-color: #222;
border: none;
padding: 0.25em;
}
#toc {
margin: 0 auto;
display: inline-block;
width: fit-content;
display: flex;
flex-wrap: wrap;
justify-content: center; /* Centers the items in the container */
width: 100%; /* Set to the desired width or keep it fluid */
}
#toc>div {
display: inline-block;
Expand Down Expand Up @@ -63,8 +84,9 @@
<div>
<div>vertexshaderart.com</div>
</div>
<div>
<div id="links">
<a href="src">new</a>
<a target="_blank" href="https://www.youtube.com/channel/UC6IqL5vkMJpqBG_bFDjsaxw">lessons</a>
<a href="https://github.com/greggman/vertexshadeart.com">github</a>
</div>
</div>
Expand Down

0 comments on commit d7b9df6

Please sign in to comment.