Advertisement
Guest User

Untitled

a guest
May 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.93 KB | None | 0 0
  1. <div style =
  2.                     '
  3.                         color:white;
  4.                         background-color: rgba(30,30,30,0.7);
  5.                         width: 640px;
  6.                         min-height:30px;
  7.                         overlight: auto;
  8.                         padding:5px;
  9.                         padding-left:9px;
  10.                    '
  11. >
  12. Graczy online: 123 (w tym 123 administracji)
  13. </div>
  14.  
  15. <div style =
  16.                     '
  17.                         color:white;
  18.                         background-color: rgba(30,30,30,0.6);
  19.                         width: 640px;
  20.                         min-height:300px;
  21.                         overlight: auto;
  22.                         padding:5px;
  23.                         padding-left:9px;
  24.                        border-top-style: dashed;
  25.                    '
  26. >
  27.  
  28. <table style = '
  29.                         width:640px;
  30.                         border-style: solid;
  31.                       '
  32. >
  33.   <tr> <td>id</td> <td>nick</td> <td>score</td> </tr>  
  34.  </table>
  35.  
  36. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement