Skip to content

Instantly share code, notes, and snippets.

@bomatson
Created August 18, 2015 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bomatson/96f37e6a769c4b63a8cb to your computer and use it in GitHub Desktop.
Save bomatson/96f37e6a769c4b63a8cb to your computer and use it in GitHub Desktop.
oXRoOa
.bobby
h1.heading Bobby
.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