Advertisement
Guest User

Untitled

a guest
May 27th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #mainnav{
  2. margin-top: 7px;
  3. }
  4.  
  5. .site-logo
  6. {
  7. margin-top: 10px;
  8. margin-bottom: 10px;
  9. }
  10.  
  11. input[type="text"]
  12.  
  13. {
  14. background-color: #fff;
  15. color: #000;
  16. width: 252%;
  17. }
  18.  
  19. input[type="email"]
  20.  
  21. {
  22. background-color: #fff;
  23. color: #000;
  24. width: 252%;
  25. }
  26.  
  27. .wpcf7 textarea
  28. {
  29. background-color: #fff;
  30. color: #000;
  31. width: 252%;
  32. }
  33.  
  34. #text-2 {
  35. margin-left: -250px
  36. }
  37.  
  38. input[type="submit"]
  39. {
  40. float: right;
  41. margin-right: 5px
  42. }
  43.  
  44. .site-info.container
  45. {
  46. display: none;
  47. }
  48.  
  49. .widget-wrap {
  50. background-color: #1c1c1c;
  51. }
  52. .site-footer {
  53. display: none;
  54. }
  55.  
  56. .more-button {
  57. margin-bottom: -30px;
  58. }
  59.  
  60. .roll-icon-box {
  61. margin-bottom: 40px;
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement