You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
194 B

  1. #quill-star {
  2. position: absolute;
  3. top: 50%;
  4. left: 50%;
  5. margin-top: -100px;
  6. margin-left: -100px;
  7. width: 200px;
  8. height: 200px;
  9. }
  10. #quill-star.hidden {
  11. display: none;
  12. }