Skip to content

Instantly share code, notes, and snippets.

@haruhiko-zht
Created October 12, 2018 05:44
Show Gist options
  • Save haruhiko-zht/ad61e097f01f2c8276593314af2ffb0d to your computer and use it in GitHub Desktop.
Save haruhiko-zht/ad61e097f01f2c8276593314af2ffb0d to your computer and use it in GitHub Desktop.
css_position_study
.aaa {
width: 100px;
height: 100px;
background-color: red;
}
.bbb {
width: 100px;
height: 100px;
background-color: blue;
}
.ccc {
width: 50px;
height: 50px;
background-color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment