thequeenroyal

snapping

Apr 21st, 2020
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.29 KB | None | 0 0
  1. #snapping {
  2.   width: 750px;
  3.   height: auto;
  4. }
  5. #snapping .base {
  6. background: #fff;
  7.   margin: 25px 0 0;
  8.   padding: 10px;
  9.   border: 5px solid #000099;
  10. }
  11.  
  12. #snapping .foto {
  13.     width: 80px;
  14.   height: 80px;
  15.  border: 10px solid #000099;
  16.   border-radius: 100%;
  17.   background: url(https://66.media.tumblr.com/4e4750929df1015e17d01ddcbdbd3134/tumblr_ppaot6xD9C1r3hdhfo4_250.gifv) center/cover;
  18.       position:  relative;
  19.   left: 20px;
  20.   top: 5px;
  21. }
  22. #snapping .basepost {
  23.   padding: 35px;
  24.   box-sizing: border-box;
  25.   background: #fff;
  26.    
  27.   }
  28. #snapping .post {
  29.    padding: 35px;
  30.   text-align: justify;
  31.   font: 14px Merriweather;
  32.   color: #000;
  33.   line-height: 170%;
  34.  
  35. }
  36. #snapping .bg {
  37.   border-top: 5px solid #000099;
  38.   width: 100%;
  39.   margin-left: -10px;
  40.   padding: 10px;
  41.   height: auto
  42. }
  43. #snapping .small {
  44.   font: 10px Montserrat;
  45.   text-align:  justify;
  46.     color:  #000;
  47.   text-transform:  uppercase;
  48.   font-weight: bold;
  49.   line-height: 130%;
  50.   width:  400px;
  51.  
  52. }
  53. #snapping .post b {
  54.   color: #1F0F6E;
  55. }
  56. #snapping:after {
  57.    display: block;
  58.   content: "「sp」";
  59.   padding: 5px 10px;
  60.   font: 8px Consolas;
  61.   text-transform: uppercase;
  62.   font-weight: bold;
  63.   opacity: .4;
  64.   color: #8c8c8c; }
  65. #snapping:hover:after {
  66.   content: "「self portrait resources」"; }
Add Comment
Please, Sign In to add comment