Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. .illustration {
  2.     position: relative;
  3. }
  4.  
  5. .illustration .description {
  6.     display: flex;
  7.     position: absolute;
  8.     bottom: 0px;
  9.     left: 0px;
  10.     width: 100%;
  11.     height: 35%;
  12.     color: white;
  13.     background-color: rgba(0, 0, 0, 0.45);
  14. }
  15.  
  16. .illustration .description p {
  17.     margin: auto;
  18.     text-align: center;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement