Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. /*remove margin right*/
  2. .vc_section {
  3. margin-right:0;
  4. }
  5. /*Given*/
  6. #given{
  7. background-image: url("https://localhost/chovanhan/wp-content/uploads/2018/10/Icon-page-1.1-resized.png");
  8. height: 810px;
  9. background-position: center;
  10. background-size: cover;
  11. position: relative;
  12. padding-top:10%;
  13.  
  14. }
  15. /*img stay bottom*/
  16. #given_right .wpb_single_image{
  17. margin-bottom:0;
  18. }
  19. /*move content to left*/
  20. #given_left{
  21. transform: translate(-5%, 0);
  22. color: #666666;
  23. }
  24. /*Custom button size,color*/
  25. #given_left .vc_general{
  26. border: 1px solid #0B6FB1;
  27. font-size:38px;
  28. line-height:30px;
  29. color:#0B6FB1;
  30. font-weight:bold;
  31. }
  32.  
  33. /*Taken*/
  34. #taken{
  35. background-image: url("https://localhost/chovanhan/wp-content/uploads/2018/10/Icon-page-1.2.png");
  36. height: 810px;
  37. width:100%;
  38. padding-top:10%;
  39.  
  40. background-position: center;
  41. background-size: cover;
  42. position: relative;
  43. }
  44. #taken_right{
  45. transform: translate(20%, 0%);
  46. color: #666666;
  47. }
  48.  
  49. /*Custom number button size, color */
  50. #taken_right .vc_general{
  51. border: 1px solid white;
  52. font-size:38px;
  53. line-height:30px;
  54. color:#0B6FB1;
  55. font-weight:bold;
  56. }
  57. /*Goal*/
  58. #goal_content{
  59. padding-top:5%;
  60. }
  61. /*Question*/
  62. #question{
  63. background-image: url("https://localhost/chovanhan/wp-content/uploads/2018/10/opacity-layer.png");
  64. height: 500px;
  65. width:100%;
  66. background-position: center;
  67. background-size: cover;
  68. position: relative;
  69. }
  70. #question_topic{
  71. text-align:center;
  72. }
  73. #question_icon1, #question_icon2{
  74. text-align:right;
  75.  
  76. }
  77. #question .vc_general{
  78. font-size:38px;
  79. line-height:30px;
  80. color:#0B6FB1;
  81. font-weight:bold;
  82. }
  83. /*Registration */
  84. #registration{
  85. background-image: url("https://localhost/chovanhan/wp-content/uploads/2018/10/Group.png");
  86. height: 550px;
  87.  
  88. background-position: center;
  89. background-size: cover;
  90. position: relative;
  91. }
  92. #regis_content{
  93. text-align:center;
  94. }
  95. #regis_name{
  96.  
  97. border: 1px #0B6FB1;
  98.  
  99. }
  100. .bottom_text{
  101. text-align:right;
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement