title.blade.php 876 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <style>
  2. .dashboard-title .links {
  3. text-align: center;
  4. margin-bottom: 2.5rem;
  5. }
  6. .dashboard-title .links > a {
  7. padding: 0 25px;
  8. font-size: 12px;
  9. font-weight: 600;
  10. letter-spacing: .1rem;
  11. text-decoration: none;
  12. text-transform: uppercase;
  13. color: #fff;
  14. }
  15. .dashboard-title h1 {
  16. font-weight: 200;
  17. font-size: 2.5rem;
  18. }
  19. .dashboard-title .avatar {
  20. background: #fff;
  21. border: 2px solid #fff;
  22. width: 70px;
  23. height: 70px;
  24. }
  25. </style>
  26. <div class="dashboard-title card bg-primary">
  27. <div class="card-body">
  28. <div class="text-center ">
  29. <div class="text-center mb-1">
  30. <h1 class="mb-3 mt-2 text-white"> Welcome to Mietubl Online Marketing System </h1>
  31. </div>
  32. </div>
  33. </div>
  34. </div>