Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. .muitxs-encontros {
  2.     margin-top: 20px;
  3.     position: relative;
  4.     width: 100%;
  5.     float: left;
  6. }
  7.     .muitxs-encontros h3 {
  8.         position: absolute;
  9.         top: 400px;
  10.         left: 0;
  11.         width: 100%;
  12.     }
  13.    
  14.     .muitxs-encontros h3 a {
  15.        color: white;
  16.        font-size: 0.8em;
  17.        letter-spacing: -1px;  
  18.        background: rgb(0, 0, 0); /* fallback color */
  19.        background: rgba(0, 0, 0, 0.7);
  20.        padding: 10px;
  21.     }
  22.    
  23.     .muitxs-explosao {
  24.         position: absolute;
  25.         top: 400px;
  26.         left: 0;
  27.         width: 100%;
  28.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement