Advertisement
oliviacodes

the magnificent

Nov 6th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,500,600,700,900" rel="stylesheet">
  2. <link href="https://fonts.googleapis.com/css?family=Gugi" rel="stylesheet">
  3. <link href="https://fonts.googleapis.com/css?family=Gothic+A1:100,200,300,400,500,600,700,800,900" rel="stylesheet">
  4.  
  5.  
  6. <div id="noimg">
  7. <h1>the magnificent</h1>
  8. <h2>tag: username - <span>notes: here</span></h2>
  9. <tri1></tri1><tri2></tri2>
  10. <txt>
  11.  
  12. TEXT HERE
  13.  
  14. </txt>
  15. </div>
  16. <a href="oliviacodes.tumblr.com"><div style="width: 600px; margin: 10px auto; text-align: right; font-size: 8px; font-family: arial; text-transform: uppercase; color: #aaa;">oliviacodes</div></a>
  17. <style>
  18. #noimg {width: 600px; height: 320px; background: #67E3B2; margin: auto; position: relative; outline: 1px solid #000; outline-offset: -10px; overflow: hidden}
  19. #noimg::before {width: 0;
  20. height: 0;
  21. border-style: solid;
  22. border-width: 60px 0 0 60px;
  23. border-color: transparent transparent transparent #000;
  24. content: ""; position: absolute; left: 10px; bottom: 10px;}
  25. #noimg::after {width: 0;
  26. height: 0;
  27. border-style: solid;
  28. border-width: 0 60px 60px 0;
  29. border-color: transparent #000 transparent transparent;
  30. content: ""; position: absolute; top: 10px; right: 10px;}
  31. #noimg txt {height: 160px; width: 540px; box-sizing: border-box; background: #67E3B2; position: absolute; bottom: 30px; left: 30px; border: 25px solid transparent; outline: 1px solid #000; font-family: source code pro; font-size: 10px; -webkit-columns: 3; -moz-columns: 3; -ms-columns: 3; -o-columns: 3; overflow: auto; text-align: justify; border-bottom: 15px solid transparent; padding-bottom: 5px; z-index: 2; line-height: 15px; color: #000}
  32. #noimg b:nth-child(odd) {background: #EAAC47; font-weight: 400}
  33. #noimg b:nth-child(even) {background: #EA6897; font-weight: 400}
  34. #noimg tri1 {width: 0;
  35. height: 0;
  36. border-style: solid;
  37. border-width: 30px 30px 0 0;
  38. border-color: #EAAC47 transparent transparent transparent;
  39. position: absolute; display: block; top: 120px; left: 20px; z-index: 3}
  40. #noimg tri2 {width: 0;
  41. height: 0;
  42. border-style: solid;
  43. border-width: 0 0 30px 30px;
  44. border-color: transparent transparent #EAAC47 transparent;
  45. position: absolute; display: block; bottom: 20px; right: 20px; z-index: 3}
  46. #noimg txt::-webkit-scrollbar {height: 7px}
  47. #noimg txt::-webkit-scrollbar-thumb {background: #EA6897; border: 1px solid #000!important; }
  48. #noimg txt::-webkit-scrollbar-track {background: #67E3B2!important; border: none!important; }
  49.  
  50. #noimg li1 {height: 1px; width: 500px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); position: absolute; background: #EA6897; z-index: 1; top: 160px; left: -60px}
  51. #noimg h1 {font-family: gothic a1; font-weight: 900; text-transform: uppercase; font-size: 30px; color: #EAAC47; background: none; width: 500px; position: absolute; left: 20px; top: 60px; z-index: 5; text-align: left; height: 40px; line-height: 40px}
  52. #noimg h2 {font-family: source code pro; text-align: left; text-transform: uppercase; font-size: 10px; width: 500px; position: absolute; background: none; left: 20px; top: 55px; font-weight: 400; letter-spacing: 1px; height: 20px; line-height: 20px; color: #000}
  53. #noimg span {color: #EA6897}
  54. #noimg a {text-transform: uppercase; color: #000; font-family: source code pro; text-decoration: none;}
  55. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement