Guest User

Untitled

a guest
Nov 9th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #faqbody{
  2. width: 424px;
  3. height: 300px;
  4. background-color: lightgray;
  5. border-color: gray;
  6. border-radius: 5px;
  7. }
  8. h1 {
  9. margin: 0;
  10. background-color: lightgray;
  11. text-indent: 5px;
  12. }
  13.  
  14. p{
  15. margin-top: 5px;
  16. }
  17.  
  18. span {
  19. float: right;
  20. color: black;
  21. text-shadow: 1px 1px lightgray;
  22. }
  23.  
  24. .hide {
  25. display: none;
  26. }
  27.  
  28. .card-header {
  29. margin-top: 1px;
  30. margin-bottom: 1px;
  31. margin-left: 2px;
  32. padding: 8px;
  33. width: 400px;
  34. background-color: pink;
  35. border: 2px solid gray;
  36. border-radius: 5px;
  37. border-color: gray;
  38.  
  39. }
  40. .card-body {
  41. display: none;
  42. margin-left: 2px;
  43. margin-right: 2px;
  44. margin-top: 5px;
  45. margin-bottom: 5px;
  46. text-indent: 5px;
  47. padding: 0;
  48. height: 80px;
  49. background-color: white;
  50. border: 1px solid black;
  51. border-radius: 5px;
  52. }
Add Comment
Please, Sign In to add comment