Advertisement
Guest User

Code CSS

a guest
Sep 12th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. .site-user-name {
  2.     font-size:21px;
  3.     font-weight:bold;
  4. }
  5.  
  6. .site-user-bg {
  7.     margin-right:5px;
  8.     float:left;
  9. }
  10.  
  11. .site-user-job {
  12.     margin-left:140px;
  13.     text-transform:uppercase;
  14.     font-weight:bolder;
  15.     padding-top:5px;
  16.     text-align:center;
  17.     font-size:21px;
  18.     width:160px;
  19.     height:32px;
  20.     border-radius:22px;
  21.     background-color:#55DD01;
  22. }
  23.  
  24. .site-user-ul {
  25.     float:left;
  26.     list-style: none;
  27.     margin: 0;
  28.     padding: 0;
  29.     border: 0;
  30. }
  31.  
  32. .site-user-li{
  33.     float:left;
  34.     list-style: none;
  35.     margin: 0;
  36.     padding: 0;
  37.     border: 0;
  38. }
  39.  
  40. .site-user-text {
  41.     font-size:15px;
  42.     font-weight:600;
  43.     margin-bottom:-18px;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement