Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. .bubble {
  2.   position: absolute;
  3.   top: 2px;
  4.   left: 23px;
  5.   background-color: #e44c34;
  6.   color: #fff;
  7.   border-radius: 3px;
  8.   -webkit-border-radius: 3px;
  9.   border-color: #E23923 #D83722 #C0311E;
  10.   border-left: 1px solid #D83722;
  11.   border-width: 1px;
  12.   box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
  13.   padding: 1px 3px 1px 2px;
  14.   font: bold 9px Tahoma;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement