Skip to content

Instantly share code, notes, and snippets.

@Legends
Created April 12, 2020 15:08
Show Gist options
  • Select an option

  • Save Legends/55aea121f0d9398172ca9a07aa508507 to your computer and use it in GitHub Desktop.

Select an option

Save Legends/55aea121f0d9398172ca9a07aa508507 to your computer and use it in GitHub Desktop.
.wrapper {
position: relative;
background-color: red;
}
.childDiv {
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
background-color: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment