Skip to content

Instantly share code, notes, and snippets.

Created February 5, 2017 19:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/049ee21d59d6f86871607ba9c561f8d2 to your computer and use it in GitHub Desktop.
Save anonymous/049ee21d59d6f86871607ba9c561f8d2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
h1 {
color: red;
font-family:Arial;
font-size: 2em;
text-transform: uppercase;
border-bottom: thick solid #000;
display: inline-block;
}
h2 {
font-size: 1.5em;
padding: .8em 0;
text-transform: uppercase;
border-bottom: thick solid #000;
display: inline-block;
text-align: left;
}
body {
font-size: 18px;
font-family: Arial;
}
img {
display: block;
margin: 0 auto;
}
ul {
list-style: none;
margin: 0;
padding:0;
}
footer {
text-align: center;
padding: 1em 0;
}
</style>
</head>
<body>
<header>
<h1>ELK Web Design</h1>
<img src="http://i.imgur.com/pdsjjxD.jpg">
</header>
<div> <h2>About</h2>
<p>ELK provides clean and innovative sites for
small businesses, artists, and professionals.</p>
</div>
<div><h2>Services</h2>
<p>HTML, CSS, Responsive, Visual Design.</p>
</div>
<footer>© 2014 ELK</footer>
<script id="jsbin-source-css" type="text/css">h1 {
color: red;
font-family:Arial;
font-size: 2em;
text-transform: uppercase;
border-bottom: thick solid #000;
display: inline-block;
}
h2 {
font-size: 1.5em;
padding: .8em 0;
text-transform: uppercase;
border-bottom: thick solid #000;
display: inline-block;
text-align: left;
}
body {
font-size: 18px;
font-family: Arial;
}
img {
display: block;
margin: 0 auto;
}
ul {
list-style: none;
margin: 0;
padding:0;
}
footer {
text-align: center;
padding: 1em 0;
}</script>
</body>
</html>
h1 {
color: red;
font-family:Arial;
font-size: 2em;
text-transform: uppercase;
border-bottom: thick solid #000;
display: inline-block;
}
h2 {
font-size: 1.5em;
padding: .8em 0;
text-transform: uppercase;
border-bottom: thick solid #000;
display: inline-block;
text-align: left;
}
body {
font-size: 18px;
font-family: Arial;
}
img {
display: block;
margin: 0 auto;
}
ul {
list-style: none;
margin: 0;
padding:0;
}
footer {
text-align: center;
padding: 1em 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment