Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CyberKite/2c7a0fbb911b77418c194bca73cb452a to your computer and use it in GitHub Desktop.
Save CyberKite/2c7a0fbb911b77418c194bca73cb452a to your computer and use it in GitHub Desktop.
I have no idea what i'm doing v1
<!-- Welcome to Spaghetti Hell -->
<h1 class="header">Welcome to <i>Sphagetti hell</i></h1>
<p>i didn't make the contents of this link. that's why it looks ok! <br>
<a href="https://www.example.com" class="link-intext">example.com</a>
</p>
body {
font: normal 20px Roboto;
background-color: #101010;
}
p {
color: white;
text-align: center;
}
h1.header {
color: white;
text-align: center;
}
a.link-intext {
color: magenta;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment