Advertisement
SquishyTheMage

code

Aug 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Quicksand);
  3. @import url('https://fonts.googleapis.com/css?family=Satisfy');
  4.  
  5. .pfor {display:none;}
  6.  
  7. #profile{
  8. background-color:transparent;
  9. border:transparent;
  10. }
  11.  
  12.  
  13.  
  14. body{
  15. background-color: white;}
  16.  
  17.  
  18.  
  19. #img{
  20. position: absolute;
  21. border: 0px solid black;
  22. border-radius: 0px 0px;
  23. bottom: 0px;
  24. left: 0px;
  25.  
  26. }
  27.  
  28. #box2{
  29. width: 380px;
  30. height: 230px;
  31. text-shadow: #000 -1px 0px, #000 0px 1px, #000 1px 0px, #000 0px -1px;
  32. border-radius: 0px 0px;
  33. position: absolute;
  34. TOP: 80px;
  35. right: 435px;
  36. font-family: 'Quicksand', sans-serif;
  37. alignment:justify;
  38. border: 0px solid #2e3234;
  39. padding:10px;
  40. font-color:black;
  41. }
  42.  
  43.  
  44. #box3{
  45. width: 380px;
  46. height: 50px;
  47. text-shadow: #e2d8bd -1px 0px, #e2d8bd 0px 1px, #e2d8bd 1px 0px, #e2d8bd 0px -1px;
  48. line-height: 9px;
  49. border-radius: 0px 0px;
  50. position: absolute;
  51. bottom: 15px;
  52. left: 35px;
  53. font-family: 'Quicksand', sans-serif;
  54. alignment:justify;
  55. border: 0px solid #2e3234;
  56. padding:10px;
  57. font-color:black;
  58. }
  59.  
  60. #box1{
  61. width: 1000px;
  62. height: 500px;
  63. background-image:url('picture');
  64. background-size:60%;
  65. background-color: #75588E;
  66. background-repeat: no-repeat;
  67. background-position: 100% 43%;
  68. position: absolute;
  69. top: 12%;
  70. right: -50%;
  71. left: 50%;
  72. transform: translate(-50%, -0%);
  73. border: 2px solid black;
  74. border-radius: 0px 00px;
  75. padding:0px;
  76. }
  77. </style>
  78. <center><div id="box1"><p style="text-align: justify;">
  79.  
  80. <div id="box2">
  81. <p style="margin-top: 0px; text-align: center;"><span style="font-family: 'Satisfy', cursive; font-size: 30pt; color: gold;"> Main title</span></p>
  82. <p style="margin-top: -10px; text-align: center;"><span style="font-size: 9pt; color: gold;"> Little tidbits of info</span></p>
  83. <p style="margin-top: -15px; text-align: center;"><span style="font-size: 9pt; color: gold;">More tidbits of info</span></p>
  84.  
  85. <p style="line-height: 9px; margin-top: -10px; text-align: center;"><span style="font-size:9pt; color: gold;">
  86. History or w/e you want</p></span>
  87. </div>
  88. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement