Skip to content

Instantly share code, notes, and snippets.

@michmy
Last active January 5, 2017 14:10
Show Gist options
  • Save michmy/06864b7edb2c89fcb360 to your computer and use it in GitHub Desktop.
Save michmy/06864b7edb2c89fcb360 to your computer and use it in GitHub Desktop.
html + css
<style>
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #6b7770;
font-size: 11.5pt;
line-height: 2em;
}
h2.styled {
font-size: 1.65em;
text-align: center;
margin: 3em 0;
position: relative;
border-top: solid 5px #e7eae8;
}
h2.styled span {
top: -0.775em;
padding: 0 1.5em 0 1.5em;
background: #fff;
position: relative;
display: inline-block;
}
</style>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:700" rel="stylesheet" />
<h2 class="styled"><span>Simply Styled Heading</span></h2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment