Skip to content

Instantly share code, notes, and snippets.

@haruhiko-zht
Created October 12, 2018 06:00
Show Gist options
  • Save haruhiko-zht/36969c82ce2ad78a5cd1d19411a08c06 to your computer and use it in GitHub Desktop.
Save haruhiko-zht/36969c82ce2ad78a5cd1d19411a08c06 to your computer and use it in GitHub Desktop.
css_position_study
.ccc {
width: 50px;
height: 50px;
background-color: green;
position: absolute;
bottom: 25px;
right: 25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment