prashandip

Temp Codes

Mar 4th, 2021 (edited)
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .carousel-caption {
  2. position: absolute;
  3. right: 0;
  4. top: 0;
  5. bottom: 0;
  6. left: 0;
  7. width: 100%;
  8. height: 100%;
  9. background: rgba(0,0,0,0.3);
  10. }
  11.  
  12. .carousel-caption h2 {
  13. position: absolute;
  14. color: #f0f8ff;
  15. /* top: 0; */
  16. top: 50%;
  17. left: 50%;
  18. transform: translate(-50%, -50%);
  19. font-size: 6rem;
  20. text-transform: capitalize;
  21. font-weight: bolder;
  22. text-shadow: 0 0 3px white;
  23. }
Add Comment
Please, Sign In to add comment