Skip to content

Instantly share code, notes, and snippets.

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