Skip to content

Instantly share code, notes, and snippets.

@JL-Cox
Last active July 3, 2018 23:17
Show Gist options
  • Save JL-Cox/38857c213845ccf8d3493eac88b3957a to your computer and use it in GitHub Desktop.
Save JL-Cox/38857c213845ccf8d3493eac88b3957a to your computer and use it in GitHub Desktop.
JL's Website
<head>
<title>JL's Website</title>
<style>
body {
text-align: center;
background: url("http://i.imgur.com/cyrmjG6.jpg");
background-position: center;
background-size: cover;
font-family: Helvetica;
color: white;
border: 10px solid #e8e8e8;
}
</style>
</head>
<body>
<h1>JL Cox</h1>
<img src=https://i.imgur.com/zTeKI6d.png style="width=100px;height100px">
<p>Welcome! Sign up for the weekly newsletter.</p>
<input type=email placeholder="Your Email">
<input type=submit>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment