Advertisement
Katsiree

แก้ Jp_bac

May 28th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. div.pp_d_t {
  2.     display: inline-block;
  3.     border: crimson 3px solid;
  4.     border-radius: 10px;
  5.     color: crimson;
  6.     font-size: 12px;
  7.     font-weight: bold;
  8.     padding: 5px;
  9.     padding: 1px 15px;
  10.     background-color: #fff;
  11. }
  12.  
  13. .pp_d_t_right {
  14.     display: inline;
  15.     font-size: 14px;
  16.     font-weight: bold;
  17.     top: -8px;
  18.     position: relative;
  19.     left: -8px;
  20.     background: crimson;
  21.     border-radius: 50px;
  22.     /* padding: 4px; */
  23.     color: #ffffff;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement