Advertisement
Katsiree

ribbon-vietnam

Oct 12th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. .ribbon-vietnam {
  2.     display: inline-block;
  3.     vertical-align: top;
  4.     color: #fff;
  5.     padding: 4px 7px 4px 15px;
  6.     background-color: rgba(90, 90, 90, 0.8);
  7.     position: absolute;
  8.     top: 0;
  9.     right: 0;
  10.     border-bottom-left-radius: 25px;
  11.     box-shadow: 0 0 10px rgba(247, 93, 93, 0.3) !important;
  12.     text-shadow: 0 0 10px rgba(247, 93, 93, 0.3) !important;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement