Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. html, body {
  2. height: 100%;
  3. }
  4.  
  5. body {
  6. margin: 0;
  7. color: #FFFFFF;
  8. background-color: #808080;
  9. }
  10.  
  11. .box {
  12. align: center; background-color : #e6e6e6;
  13. color: #000;
  14. border-radius: 10px;
  15. padding-right: 20px;
  16. padding-left: 20px;
  17. background-color: #e6e6e6;
  18. }
  19.  
  20. .btn {
  21. margin-bottom: 10px;
  22. margin-left: 25%;
  23. width: 50%;
  24. }
  25.  
  26. button, input, optgroup, select, textarea {
  27. color: initial;
  28. }
  29.  
  30. div.box {
  31. display: table;
  32. position: relative;
  33. top: 50%;
  34. transform: translateY(-50%);
  35. margin: auto;
  36. }
  37.  
  38. #right-panel {
  39. align: center;
  40. top: 80%;
  41. position: relative;
  42. top: 80%;
  43. }
  44.  
  45. #map {
  46. align: center;
  47. }
  48.  
  49. form {
  50. margin: 0;
  51. }
  52.  
  53. div.loginbox {
  54. text-align: right;
  55. }
  56.  
  57. div.centered {
  58. text-align: center;
  59. }
  60.  
  61. button.halfsize {
  62. width: 50%;
  63. }
  64.  
  65. #resultmsg {
  66. position: absolute;
  67. top: 10%;
  68. width: 100%;
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement