Skip to content

Instantly share code, notes, and snippets.

Created August 5, 2016 03:47
Show Gist options
  • Save anonymous/d5354d57b18a7baa186607cc699bc192 to your computer and use it in GitHub Desktop.
Save anonymous/d5354d57b18a7baa186607cc699bc192 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
body {
font-size: 18px;
font-family: sans-serif;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
padding: .8em 0;
}
h1, h2 {
text-transform: uppercase;
border-bottom: 4px solid black;
display: inline-block;
}
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" alt="abstract elk horns on light yellow background" title="abstract elk horns">
</header>
<div id="about">
<h2>Who We Are</h2>
<p>Elk provides clean and innovative sites for small businesses, artists, and professionals.</p>
</div>
<div id="services">
<h2>What We Do</h2>
</div>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Responsive</li>
<li>Visual Design</li>
</ul>
<footer>© 2014 ELK
</footer>
<script id="jsbin-source-html" type="text/html">
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<header>
<h1>ELK Web Design</h1>
<img src="http://i.imgur.com/pdsjjxD.jpg" alt="abstract elk horns on light yellow background" title="abstract elk horns">
</header>
<div id="about">
<h2>Who We Are</h2>
<p>Elk provides clean and innovative sites for small businesses, artists, and professionals.</p>
</div>
<div id="services">
<h2>What We Do</h2>
</div>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Responsive</li>
<li>Visual Design</li>
</ul>
<footer>© 2014 ELK
</footer>
</body>
</html></script>
<script id="jsbin-source-css" type="text/css">body {
font-size: 18px;
font-family: sans-serif;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
padding: .8em 0;
}
h1, h2 {
text-transform: uppercase;
border-bottom: 4px solid black;
display: inline-block;
}
img {
display: block;
margin: 0 auto;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
footer {
text-align: center;
padding: 1em 0;
}</script>
</body>
</html>
body {
font-size: 18px;
font-family: sans-serif;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
padding: .8em 0;
}
h1, h2 {
text-transform: uppercase;
border-bottom: 4px solid black;
display: inline-block;
}
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