Skip to content

Commit

Permalink
im 100%/7* ui designer! :)
Browse files Browse the repository at this point in the history
*14.2%
  • Loading branch information
bdidk235 committed Sep 10, 2023
1 parent cb5963f commit 6f8cf5e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 12 deletions.
27 changes: 22 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
* {
color: white;
font-family: "Comic Sans MS", "Comic Sans", cursive;
}

body {
background-color: #0f1111;
color: white;
font-family: "Comic Sans MS", "Comic Sans", cursive;
}

img, video {
Expand All @@ -20,6 +17,14 @@ a {
background-image: none;
}

footer {
position: fixed;
bottom: 0;
right: 0;
padding: 0.7em;
cursor: default;
}

a:hover, a:focus {
text-decoration: underline;
}
Expand All @@ -28,6 +33,14 @@ a:visited {
color: rgb(162, 148, 255);
}

.table-cell {
display: table-cell;
}

.table-row {
display: table-row;
}

.unlink {
text-decoration: none !important;
color: white !important;
Expand Down Expand Up @@ -59,6 +72,10 @@ a:visited {
content: "Welcome to My Meme Page!";
}

.reimagined:hover::after {
content: " (very cool)";
}

.twitter-text::before {
content: "my 𝕏";
}
Expand Down
18 changes: 11 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
<link rel="stylesheet" href="index.css" type="text/css">
</head>
<body>
<a class="header unlink index-header" href="memes.html"></a>
<a class="header unlink index-header" href="memes"></a>
I am bdidk235, Why? bd... I don't know.<br/><br/>
<a href="https://www.roblox.com/users/1183256136/profile">roblox account</a><br/>
<a href="https://youtube.com/@bdidk235">my youtube</a><br/>
<a href="https://www.youtube.com/playlist?list=PLPM6xHA0H0HdzdELkYSe0IsbzjbZ9w7UX">my top 10s playlist</a><br/>
<a class="twitter-text" href="https://twitter.com/bdidk235"></a><br/>
<a class="x-intro" href="assets/x-intro.mp4">𝕏 trailer</a><br/>
<a href="https://github.com/bdidk235">my github</a>
<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>
<a class="table-row" href="https://www.youtube.com/playlist?list=PLPM6xHA0H0HdzdELkYSe0IsbzjbZ9w7UX">my top 10s playlist</a>
<a class="twitter-text table-row" href="https://twitter.com/bdidk235"></a>
<a class="x-intro table-row" href="assets/x-intro.mp4">𝕏 trailer</a>
<a class="table-row" href="https://github.com/bdidk235">my github</a>
<footer title="*14.2%">
im 100%/7* ui designer! :)
</footer>
</body>
</html>

0 comments on commit 6f8cf5e

Please sign in to comment.