thequeenroyal

doc

Feb 17th, 2020
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.41 KB | None | 0 0
  1. @font-face {
  2.   font-family: "Baron Neue";
  3.  src: url(https://dl.dropbox.com/s/wzswlu55k8mtz0n/Baron%20Neue.otf);
  4.   format("truetype"); }
  5. #doc {
  6.   width: 700px;
  7.   height: 500px;
  8.  border: 1px solid #fafafa;
  9.   border-radius: 5px;
  10. }
  11. #doc .fundo {
  12.   width: 700px;
  13.   height: 470px;
  14.   background: url(https://wowkpop.com/wp-content/uploads/2019/07/exo-suho-leader-1.jpg) center/cover;
  15.     object-fit: cover;
  16.  
  17. }
  18. #doc .namesbg {
  19.   background: center/cover;
  20.     padding: 5px;
  21.     position: relative;
  22.   overflow: hidden;
  23.   top: 330px;
  24. }
  25.  
  26. #doc .namesbg b {
  27.   font: 60px Baron Neue;
  28.   text-transform: lowercase;
  29.   position: relative;
  30.   text-align: center;
  31.  
  32. }
  33. #doc .menu {
  34.   height: 30px;
  35.     position: relative;
  36.   top: -120px;
  37.   text-shadow: 1px 1px 1px black;
  38.  padding: 10px;
  39.   box-sizing: border-box;
  40.   left: 230px;
  41.  }
  42. #doc .link {
  43.   width: 200px;
  44.   font: 21px Montserrat;
  45.   color: #fff;
  46.   text-transform: uppercase;
  47.   font-weight: bold;
  48.   text-align: center;
  49.   display: grid;
  50.   margin: 3px;
  51.   border-bottom: 1px solid #fff;
  52.   transition: all 2s ease-in-out;
  53. }
  54. #doc .quote {
  55.   font: 13px Poppins;
  56.   color: #fff;
  57.   text-transform: uppercase;
  58.   position: relative;
  59.   top: 305px;
  60.   text-align: justify;
  61.   padding: 10px;
  62.   box-sizing: border-box;
  63.   line-height: 130%;
  64.   width: 600px;
  65.   text-shadow: 1px 1px black;
  66. }
  67. #doc .link:hover {
  68.   font-style: italic;
  69.   letter-spacing: 1px;
  70. }
Advertisement
Add Comment
Please, Sign In to add comment