Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

my page :) #31

Merged
merged 3 commits into from May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -27,6 +27,7 @@ <h3>Welcome to TWTACCT!</h3>
<p><a href="idk/index.html">idk</a></p>
<p><a href="erikk/index.html">erikk</a></p>
<p><a href="blink/index.html">Learn how to use the long deprecated and obsolete <code>blink</code> tag!</a></p>
<p><a href="snow">snow's page :)</a></p>
<br>
<img src="https://img.shields.io/github/issues-pr-closed/forkiesassds/twtacct?color=LimeGreen" alt="Pull Requests"><img src="https://img.shields.io/github/commit-activity/m/forkiesassds/twtacct?color=Gainsboro&label=commits" alt="Commits"><br>
<img src="https://img.shields.io/github/watchers/forkiesassds/twtacct?color=DodgerBlue" alt="Watchers"><img src="https://img.shields.io/github/contributors/forkiesassds/twtacct?color=Indigo" alt="Contributors"><br>
Expand Down
85 changes: 85 additions & 0 deletions snow/index.html
@@ -0,0 +1,85 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.ct {
background-color: #fff;
}

.cop {
text-align: right;
}

.ftr {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #EEE;
border-top: 1px solid #BBB;
color: black;
text-align: center;
}

.ftr p {
margin: 2px;
padding: 2px;
}

body {
font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
height: 100vh;
margin: 25px;
-webkit-font-smoothing: antialiased;

/* Background gradient */
background: rgb(147,165,207);
background: -moz-linear-gradient(180deg, rgba(147,165,207,1) 0%, rgba(228,239,233,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(147,165,207,1) 0%, rgba(228,239,233,1) 100%);
background: linear-gradient(180deg, rgba(147,165,207,1) 0%, rgba(228,239,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#93a5cf",endColorstr="#e4efe9",GradientType=1);

/* Hide scrollbars */
overflow: hidden;

/* Disable text selection */
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}

h1 {
font-size: 45px;
}

h2 {
font-size: 21px;
}

h3 {
font-size: 10px;
}

h1, h2, h3 {
color: white;
text-shadow: #000 0px 0px 4px;
}

span.mg {
color: #f6e486;
}
</style>
</head>
<body>
<h1>hello</h1>
<h2>a toast... to <span class=mg>messengergeek</span>!</h2>
<audio controls src="music.flac" type="audio/flac">Your browser does not support the audio element.</audio>
<h3>enjoy the music ;)</h3>
<div class=ftr><p>made w/ ❤️ by snow :)</p></div>
</body>
</html>
Binary file added snow/music.flac
Binary file not shown.