Skip to content

Instantly share code, notes, and snippets.

@AlphaBlossom
Created June 5, 2019 23:31
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 AlphaBlossom/a3ad1225be9f0108222009a8981b9257 to your computer and use it in GitHub Desktop.
Save AlphaBlossom/a3ad1225be9f0108222009a8981b9257 to your computer and use it in GitHub Desktop.
CSS - Negative Margin Raise Container https://alphablossom.clickfunnels.com/optin29617866
/* CSS to raise lower section #row--31911-135 up into upper section */
/* Add overflow: visible so that #row--31911-135 will be able to show outside of container */
#section--38651-177-158-119-180-119 {
overflow: visible;
}
/* Add position: relative so z-index applies and this section covers the girl's body */
#row--31911-135 {
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment