Advertisement
thequeenroyal

funcao

Aug 2nd, 2019
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.15 KB | None | 0 0
  1. #staff { width: 750px; background: #000; height: auto; outline: 5px solid #E6B00E; outline-offset: -15px; padding: 35px; box-sizing: border-box; } #staff .base { width: 100%; background: #0e0e0e; padding: 15px; box-sizing: border-box; } #staff .photo { width: 250px; height: 400px; background: url(https://66.media.tumblr.com/a9f36b7e7a698adf92da8e29f5daa2b5/tumblr_penouo2Ea11wpjkezo1_250.png) center/cover; outline: 1px solid #fff; outline-offset: -5px; } #staff .dados { width: 190px; height: 30px; background: #121212; outline: 1px solid #fff; outline-offset: -2px; box-sizing: border-box; } #staff .story { width: 385px; background: #121212; height: 295px; padding: 10px; box-sizing: border-box; margin-left: 3px; overflow: auto; border: 3px solid #fff; } #staff .info { width: 100%; height: 20px; font: 10px 'Montserrat', sans-serif; color: #fff; text-transform: uppercase; text-align: center; line-height: 160%; box-sizing: border-box; padding-top: 3%; text-shadow: 2px 1px 1px #000; } #staff .post { font: 13px Arial, sans-serif; color: #fff; padding: 10px; text-align: justify; line-height: 150%; } #staff .secbase { width: 100%; padding: 0px; box-sizing: border-box; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement