Skip to content

Instantly share code, notes, and snippets.

@murdockcrc
Created June 7, 2015 10:57
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 murdockcrc/436523354abc73c0f6c1 to your computer and use it in GitHub Desktop.
Save murdockcrc/436523354abc73c0f6c1 to your computer and use it in GitHub Desktop.
cropbox-CSS01
.profile-canopy{
position: relative;
}
.profile-canopy-bg{
background-color: white;
height: 320px;
width: 100%;
}
.profile-canopy-bg img{
display: block;
height: 320px;
width: 100%;
}
.profile-canopy-bg .btn-bg-edit{
position: absolute;
right: 25px;
top: 25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment