Skip to content

Instantly share code, notes, and snippets.

@cm85
Last active October 31, 2016 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cm85/225e3629fd815e1b066176cb12237c29 to your computer and use it in GitHub Desktop.
Save cm85/225e3629fd815e1b066176cb12237c29 to your computer and use it in GitHub Desktop.
Smokin Contact
<html>
<head>
<title>Hello Crinic Smokers</title>
</head>
<body>
<h1>Hello</h1>
<p>Ummm, Oh Ya Sooo... What do you think about these Pens .... <br>You Like Them ???</p>
<img src="https://dl.dropboxusercontent.com/u/200015521/Image%20URL%20Links/Marijuana-Leaf.png" height="100" width="150">
<input type="email" placeholder="Email">
<input type="submit">
</body>
</html>
p{
color: white;
text-align: center;
}
body{
background: black;
color: white;
font-family: Helvetica;
text-align: center;
}
img {
border: 1px solid #ddd;
border-radius: 4px;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment