No Description
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.

brackets.css 481B

1234567891011121314151617181920212223242526272829
  1. @charset "utf-8";
  2. /* **********************************************
  3. * brackets定義 css
  4. * カギ括弧
  5. *
  6. ********************************************** */
  7. .frame-box-002 {
  8. padding: 0px;
  9. padding-right: 100px;
  10. position: relative;
  11. }
  12. .frame-box-002::after {
  13. content: '';
  14. width: 15px;
  15. height: 100%;
  16. position: absolute;
  17. }
  18. .frame-box-002::after {
  19. border-right: solid 1px #000000;
  20. border-top: solid 1px #000000;
  21. border-bottom: solid 1px #000000;
  22. top: 0;
  23. right: 0;
  24. }