A Pen by Captain Anonymous on CodePen.
Created
August 18, 2015 01:29
-
-
Save bomatson/96f37e6a769c4b63a8cb to your computer and use it in GitHub Desktop.
oXRoOa
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
.bobby | |
h1.heading Bobby |
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
.bobby { | |
width: 20rem; | |
height: 20rem; | |
margin: 4rem; | |
background-color: grey; | |
text-align: center; | |
border: 2px solid black; | |
position: relative; | |
} | |
.heading { | |
position: absolute; | |
top: -3rem; | |
left: 6.5rem; | |
background-color: white; | |
padding: 1rem; | |
border: 2px solid grey; | |
&:hover { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment