Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. .customCard{
  2. width: 15rem;
  3. height: 7rem;
  4. background-color: blue;
  5. color:#eee;
  6. }
  7.  
  8. <div class="card-deck">
  9. <div class="card-block ">
  10. <div class="card customCard mt-2 customCursorPointer">
  11. <div class="card-body">
  12. <div class="container d-flex r h-100">
  13. <div class="row justify-content-center mx-auto align-items-center">
  14. <h4 class="card-title">AAAA</h4>
  15. </div>
  16. </div>
  17. </div>
  18. </div>
  19. </div>
  20. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement