Skip to content

Instantly share code, notes, and snippets.

@huntercaron
Created November 5, 2015 18:38
Show Gist options
  • Save huntercaron/62ecdd91e733c385bca8 to your computer and use it in GitHub Desktop.
Save huntercaron/62ecdd91e733c385bca8 to your computer and use it in GitHub Desktop.
the added html and the added css
<div class="container g">
<div class="g-bro"></div>
g.
</div>
<h2 class="garg">GARGOYLE</h2>
<h3>interior design firm</h3>
<style>
.garg::after {
background-color: #ffd527;
position: absolute;
right: 19%;
top: 49%;
content: "";
width: 400px;
height: 4px;
}
.g-bro {
background-color: #ffd527;
position: absolute;
left: 350px;
top: 45%;
content: "";
width: 200px;
height: 4px;
}
.g-bro::after {
background-color: #ffd527;
position: absolute;
right:0;
top: 20px;
content: "";
width: 400px;
height: 4px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment