Skip to content

Commit

Permalink
lol more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bdidk235 committed Dec 15, 2023
1 parent bd35652 commit a97a1d1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
15 changes: 9 additions & 6 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body {
html, body {
background-color: #0f1111;
color: white;
font-family: "Comic Sans MS", "Comic Sans", cursive;
Expand Down Expand Up @@ -29,10 +29,6 @@ a:hover, a:focus {
text-decoration: underline;
}

a:visited {
color: rgb(162, 148, 255);
}

.table-cell {
display: table-cell;
}
Expand All @@ -57,6 +53,13 @@ a:visited {
padding-bottom: 0.25em;
}

.header2 {
display: table-cell;
font-size: 1.5em;
font-weight: bold;
padding-bottom: 0.5em;
}

.header3 {
display: table-cell;
font-size: 1.17em;
Expand Down Expand Up @@ -96,4 +99,4 @@ a:visited {
display: inline-block;
animation: spin 2s linear infinite;
transform-style: preserve-3d;
}
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<body>
<a class="header unlink index-header" href="memes"></a>
I am bdidk235, Why? bd... I don't know.<br/><br/>
<h2 class="header2" style="padding-bottom: 0.1em;">Links:</h2>
<a class="table-row" href="https://www.roblox.com/users/1183256136/profile">roblox account</a>
<a class="reimagined table-row" href="https://userstyles.world/style/11872/roblox-reimagined">roblox reimagined</a>
<a class="table-row" href="https://youtube.com/@bdidk235">my youtube</a>
Expand Down
10 changes: 5 additions & 5 deletions memes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<body>
<a href="/">← go back</a>
<h1 style="margin-top: 0.1em;">only my <span class="y-spin">best</span> memes</h1>
<h3 class="header3">one must imagine bob happy</h3>
<span class="header3">one must imagine bob happy</span>
<img src="/assets/memes/bob-sisyphus.png">
<a class="header3 unlink-color" href="https://archive.org">archive.org reference</a>
<video src="/assets/memes/archive-reference.mp4" controls=""></video>
<a class="header3 unlink-color" href="https://www.youtube.com/watch?v=QuDq1W3Rz0M">number 9</a>
<video src="/assets/memes/number-9.mp4" controls=""></video>
<a class="header3 unlink-color" href="https://www.youtube.com/watch?v=CMtv343LhSA">u think u cool?</a>
<video src="/assets/memes/u-think-u-cool.mp4" controls=""></video>
<a class="header3 unlink-color" href="https://www.youtube.com/watch?v=c8ZBdCyGIS4">roblox...</a>
<video src="/assets/memes/roblox-moment.mp4" controls=""></video>
<a class="header3 unlink-color" href="https://www.youtube.com/watch?v=QuDq1W3Rz0M">number 9</a>
<video src="/assets/memes/number-9.mp4" controls=""></video>
<a class="header3 unlink-color" href="https://archive.org">archive.org reference</a>
<video src="/assets/memes/archive-reference.mp4" controls=""></video>
</body>
</html>

0 comments on commit a97a1d1

Please sign in to comment.