Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. body {
  2. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  3. background: #333;
  4. }
  5.  
  6.  
  7. #logo {
  8.  
  9. }
  10.  
  11.  
  12. .holder {
  13. display: block;
  14. margin: auto;
  15. width: 54%;
  16. background: #777;
  17. border-style: solid;
  18. border-width: 1px;
  19. border-color: #fff;
  20. }
  21.  
  22. .name {
  23. font-size: 25px;
  24. margin-top: -19px;
  25. height: 25px;
  26. text-align: center;
  27. padding: 10px;
  28. display: block;
  29. width: 98,5%;
  30. background-color: #4CAF50;
  31. color: white;
  32. border-top-style: solid;
  33. border-bottom-style: solid;
  34. border-width: 1px;
  35. }
  36.  
  37. .server {
  38. margin: auto;
  39. display: inline-table;
  40. text-align: left;
  41. padding: 25px;
  42. color: white;
  43. background: #555;
  44. margin-bottom: 1px;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement