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.

24 lines
538 B

  1. .test-ribbon{
  2. width: 200px;
  3. background: #e43;
  4. position: absolute;
  5. top: 50px;
  6. left: -50px;
  7. text-align: center;
  8. line-height: 50px;
  9. letter-spacing: 1px;
  10. color: #f0f0f0;
  11. -webkit-transform: rotate(-45deg);
  12. -ms-transform: rotate(-45deg);
  13. -moz-transform: rotate(-45deg);
  14. -o-transform: rotate(-45deg);
  15. transform: rotate(-45deg);
  16. z-index: 1000;
  17. position: fixed;
  18. box-shadow: 0 0 3px rgba(0,0,0,.3);
  19. background: rgba(255, 0, 0, .6);;
  20. }
  21. .test-ribbon b {
  22. font-size: 20px;
  23. }