Advertisement
PrayogiSoftware

Untitled

May 11th, 2020
1,436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.67 KB | None | 0 0
  1. //Ini css yang harus di replace di halaman FAQ
  2. body {
  3.     /* background-image: url(assets/img/Background1.png); */
  4.     /* background-position: center; */
  5.     /* background-size: cover; */
  6.     background: #f1f1f1;
  7. }
  8. .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  9.     background-color: #e4e4e4 !important;
  10.     border-color: #e4e4e4 !important;
  11.     color: black !important;
  12. }
  13. .faqelement button {
  14.     text-transform: capitalize;
  15.     border: 1px solid #f1f1f1;
  16.     border-radius: 0;
  17.     background: #f1f1f1;
  18. }
  19. .faqelement .panel {
  20.     max-height: max-content;
  21.     display: none;
  22.     border-left: 1px solid #f1f1f1;
  23.     border-right: 1px solid #f1f1f1;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement