Skip to content

Instantly share code, notes, and snippets.

@caitfriedlander
Created May 23, 2018 01:29
Show Gist options
  • Save caitfriedlander/1d9a89365192fdb053dc635350387fa5 to your computer and use it in GitHub Desktop.
Save caitfriedlander/1d9a89365192fdb053dc635350387fa5 to your computer and use it in GitHub Desktop.
Elk Web Design // source http://jsbin.com/numurir
<!DOCTYPE html>
<html>
<head>
<title>Elk Web Design</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,800" rel="stylesheet" type="text/css">
<style id="jsbin-css">
body {
font-size: 18px;
font-family: 'Open Sans', sans serif;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 27px;
padding: 14px 0px;
}
h1, h2 {
text-transform: uppercase;
border-bottom: 4px solid black;
display: inline-block;
font-weight: 800;
}
img {
display: block;
margin: 0 auto;
}
ul {
list-style: none;
}
footer {
text-align: center;
padding: 18px 0;
}
nav {
font-size: 24px;
}
nav a {
text-decoration: none;
color: black;
margin: 13px 30px;
display: inline-block;
}
</style>
</head>
<body>
<header>
<h1>ELK Web Design</h1>
<nav>
<a href="#">Work</a>
<a href="#">About</a>
<a href="#">Contact</a>
</nav>
<img src="http://i.imgur.com/pdsjjxD.jpg">
</header>
<section id="about">
<h2>Who We Are</h2>
<p>ELK provides clean and innovative sites for small businesses, artists, and professionals.</p>
</section>
<section id="services">
<h2>How We Do It</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Responsive</li>
<li>Visual</li>
<li>Design</li>
</ul>
</section>
<footer>
<p>© 2017 ELK</p>
</footer>
<script id="jsbin-source-css" type="text/css">body {
font-size: 18px;
font-family: 'Open Sans', sans serif;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 27px;
padding: 14px 0px;
}
h1, h2 {
text-transform: uppercase;
border-bottom: 4px solid black;
display: inline-block;
font-weight: 800;
}
img {
display: block;
margin: 0 auto;
}
ul {
list-style: none;
}
footer {
text-align: center;
padding: 18px 0;
}
nav {
font-size: 24px;
}
nav a {
text-decoration: none;
color: black;
margin: 13px 30px;
display: inline-block;
}</script>
</body>
</html>
body {
font-size: 18px;
font-family: 'Open Sans', sans serif;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 27px;
padding: 14px 0px;
}
h1, h2 {
text-transform: uppercase;
border-bottom: 4px solid black;
display: inline-block;
font-weight: 800;
}
img {
display: block;
margin: 0 auto;
}
ul {
list-style: none;
}
footer {
text-align: center;
padding: 18px 0;
}
nav {
font-size: 24px;
}
nav a {
text-decoration: none;
color: black;
margin: 13px 30px;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment