Created
November 5, 2015 18:38
-
-
Save huntercaron/62ecdd91e733c385bca8 to your computer and use it in GitHub Desktop.
the added html and the added css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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