A Pen by Ornataweaver on CodePen.
Last active
November 12, 2018 10:26
-
-
Save Ornataweaver/0b3df0ab6f5635892f99daca7613be43 to your computer and use it in GitHub Desktop.
<ZeroNet Essay>
This file contains 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> | |
<h1>Hello Deviated World</h1> | |
<div style="margin-top: 2em"> | |
<p>I'll write about 'Hyper.is' or 'Electron the Atom Shell' or | |
<a href="https://zeronet.io" class="blackMono"> | |
'ZeroNet | |
<img src="https://raw.githubusercontent.com/HelloZeroNet/ZeroNet/master/src/Ui/media/img/favicon.ico">'</a>.</p> | |
<p>ZeroNet it is.</p> | |
<p>ZeroNet is a decentralized network of websites that works on BitTorrent and Blockchain Technologies. The cost of hosting your own website on it is having people visit your website.</p> | |
</div> | |
</body> |
This file contains 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, a { | |
margin-top: 2em; | |
color: #ccc !important; | |
background-color: #000; | |
font-family: Monospace; | |
} | |
a { | |
color: #000 !important; | |
} | |
a:hover { | |
color: #ccc !important; | |
text-decoration: none; | |
} | |
h1 { | |
text-align: center; | |
color: #0c0 !important; | |
font-family: Monospace; | |
} | |
p { | |
margin-left: 3em; | |
font-size: 1.5em; | |
} | |
.blackMono { | |
color: black; | |
font-family: Monospace; | |
} |
This file contains 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
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet" /> |
A Pen by Ornataweaver on CodePen.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment