Skip to content

Instantly share code, notes, and snippets.

@corvusdeinanis
Last active October 15, 2021 18:22
Show Gist options
  • Save corvusdeinanis/4a8ea1b32503ee33aa8c7a219ea534d7 to your computer and use it in GitHub Desktop.
Save corvusdeinanis/4a8ea1b32503ee33aa8c7a219ea534d7 to your computer and use it in GitHub Desktop.
NeoCities
<head>
<link rel="stylesheet" href="style.css">
</head>
<body class="center bg2 max">
<div id="main">
<img src="https://i.imgur.com/i6hvJjx.gif">
<img class="intro" id="about" src="https://imgur.com/L7ZMy1X.gif">
<h1 class="tab blink"><pre>
_____ __ /\
/ _ \ _______/ |_ _______ ____\( ______
/ /_\ \ / ___/\ __\\_ __ \ / _ \ / ___/
/ | \ \___ \ | | | | \/( <_> )\___ \
\____|__ //____ > |__| |__| \____//____ >
\/ \/ \/
.____ .__
| | _____ |__|_______
| | \__ \ | |\_ __ \
| |___ / __ \_| | | | \/
|_______ \(____ /|__| |__|
\/ \/
</h1>
<h3> ᗯEᒪᑕOᗰE TO ᗰY ᑕOᖇᑎEᖇ Oᖴ TᕼE IᑎTEᖇᗯEᗷᘔ!
</h3>
<h2 id="working"> Let's Go!</h2>
<p></p>
<h2 id="made"></h2>
</div>
<footer id="footer">
<img src="https://i.imgur.com/i6hvJjx.gif">
<span></span>
</footer>
</body>
html, body{
-webkit-font-smoothing:antialiased;
font-family: "Comic Sans MS", sans-serif;
line-height:1.4;
margin:0 auto;
max-width:860px;
height: 100%;
}
.center{
text-align: center;
}
.intro{
font-size:4em;
}
.max {
display: block;
width: 860px;
word-wrap: break-word;
}
.bg1{
background-image: url("https://i.imgur.com/YUPql5N.gif");
}
.bg2{
background-image: url("https://i.imgur.com/SHZe50s.gif");
}
a{
color: #000000;
}
#wm-ipp #wm-ipp-inside {
margin: 0 6px;
border:5px solid #000;
border-top:none;
background-color:rgba(255,255,255,0.9);
-moz-box-shadow:1px 1px 4px #333;
-webkit-box-shadow:1px 1px 4px #333;
box-shadow:1px 1px 4px #333;
border-radius:0 0 8px 8px;
}
.container {
width: 1000px;
height: 100%;
border: 2px solid black;
box-sizing: border-box;
}
h1, h2, h3, p, a {
color: yellow;
}
span.line{
color: red;
}
.cursor{
cursor: url(https://i.imgur.com/RUE567I.gif), auto;
}
/* @group Blink */
.blink {
-webkit-animation: blink .75s linear infinite;
-moz-animation: blink .75s linear infinite;
-ms-animation: blink .75s linear infinite;
-o-animation: blink .75s linear infinite;
animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-moz-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-ms-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-o-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
/* @end */
/*for footer*/
#main{
min-height: 90vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment