Skip to content

Instantly share code, notes, and snippets.

@haruhiko-zht
Created October 12, 2018 05:52
Show Gist options
  • Save haruhiko-zht/03ae5d70d3717977b23430bd877888f9 to your computer and use it in GitHub Desktop.
Save haruhiko-zht/03ae5d70d3717977b23430bd877888f9 to your computer and use it in GitHub Desktop.
css_position_study
.aaa {
width: 100px;
height: 100px;
background-color: red;
position: relative;
left: 100px;
top: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment