Advertisement
thequeenroyal

iublogsk

Feb 27th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.29 KB | None | 0 0
  1. #iublog .base { width: 690px; height: 450px; border: 15px solid #000; padding: 15px; } #iublog .linkpage { width: 190px; height: 445px; background-color: #000; margin-left: -5px; border-right: 5px solid #cc0000; } #iublog .imagem { width: 475px; height: 425px; background: url(https://i.pinimg.com/736x/48/34/a1/4834a1ee36dc0ae4ec038159c05117c6.jpg?b=t) center/cover; background-blend-mode: multiply; border: 10px solid #00000047 } #iublog .guia { width: 170px; height: 21.7px; padding: 5px; background-color: #000; outline: 1px solid #fff; outline-offset: -5px; margin-bottom: 5.5px; margin-left: 4px; } #iublog .acesso { width: 100%; box-sizing: border-box; font: 13px 'Montserrat', sans-serif; color: #fff; text-align: center; text-transform: uppercase; padding-top: 2%; } #iublog .blogname { width: 500px; margin-bottom: -5px; font: 45px 'Montserrat', sans-serif; color: #fff; text-align: center; text-transform: uppercase; text-shadow: 1px 2px 2px #000; } #iublog .description { margin-bottom: 9px; font: 15px 'Montserrat', sans-serif; color:#fff; text-transform: uppercase; text-align: center; } #iublog .base::after {
  2.   content: "americanqueen at Royal codes & cia";
  3. font: 7px 'Montserrat', sans-serif;
  4.  text-transform: uppercase;
  5.  color: #8e8e8e;
  6.  opacity: .2;
  7.   position: relative;
  8.   bottom: -35px;
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement