Advertisement
thequeenroyal

padrao

Apr 24th, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.13 KB | None | 0 0
  1. #sign {
  2.   width: 500px;
  3.   padding: 5px;
  4.   border: 1px solid #000;
  5. }
  6. #sign .base  {
  7.   width: 100%;
  8.   background: transparent;
  9.   outline: 1px solid #000;
  10.   outline-offset: 1px;
  11.   padding: 5px;
  12.   box-sizing: border-box;
  13. }
  14. #sign .name {
  15.   font: 20px 'Noto Serif SC', serif;
  16.   font-weight: 900;
  17.   font-style: italic;
  18.   text-transform: uppercase;
  19.   width: 100%;
  20.   line-height: 160%;
  21. }
  22. #sign .small {
  23.   width: 350px;
  24.   font: 10px 'Montserrat', sans-serif;
  25.   text-transform: uppercase;
  26.   text-align: justify;
  27.   line-height: 100%;
  28. }
  29. #sign .photo {
  30.   width: 240px;
  31.   height: 165px;
  32.   background: url(https://66.media.tumblr.com/d1d1080df6b0145db83ddf5ba90fc475/tumblr_oto7mq8N9S1r3hdhfo2_500.gif) center/cover;
  33.   margin-top: 5px;
  34. }
  35. #sign .photo2 {
  36.   width: 240px;
  37.   height: 165px;
  38.   background: url(https://66.media.tumblr.com/7c52a6b9db95c9ea746ead7da13bfa64/tumblr_oto7mq8N9S1r3hdhfo4_500.gif) center/cover;
  39.   margin-top: 5px;
  40. }
  41. #sign .photo3 {
  42.   width: 490px;
  43.   height: 165px;
  44.   background: url(https://66.media.tumblr.com/7c52a6b9db95c9ea746ead7da13bfa64/tumblr_oto7mq8N9S1r3hdhfo4_500.gif) center/cover;
  45. margin-top: 2px;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement