Skip to content

Instantly share code, notes, and snippets.

@metajack
Created January 30, 2014 01:29
Show Gist options
  • Save metajack/8700988 to your computer and use it in GitHub Desktop.
Save metajack/8700988 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>The Book of Mozilla, 11:9</title>
<style type="text/css">
html {
background: maroon;
color: white;
font-style: italic;
}
#moztext {
margin-top: 15%;
font-size: 1.1em;
font-family: serif;
text-align: center;
line-height: 1.5;
}
#from {
font-size: 1.95em;
font-family: serif;
text-align: right;
}
em {
font-size: 1.3em;
line-height: 0;
}
a {
text-decoration: none;
color: white;
}
</style>
</head>
<body>
<p id="moztext">
Rust's adoption is <em>critical</em> to the success of Servo, a project which is of
long-term strategic importance to Mozilla's <em>very future</em>, so as Rust's
potential is reduced by even a <em>single user</em>, as is Servo's, as is Mozilla's.
</p>
<p id="from">
from <strong>The Book of Rust,</strong> 17:4<br/><small>(1st Edition)</small>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment