A sample of me being stupid
Created
April 17, 2023 07:01
-
-
Save CyberKite/2c7a0fbb911b77418c194bca73cb452a to your computer and use it in GitHub Desktop.
I have no idea what i'm doing v1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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