Advertisement
Guest User

Untitled

a guest
May 27th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Paste this in the <STYLE> box!
  2. ----------------------------------------
  3.  
  4. @import url('https://fonts.googleapis.com/css?family=Ovo|Parisienne');
  5.  
  6. #name{
  7. font-family: 'Parisienne';
  8. }
  9.  
  10. #stats{
  11. font-family: 'Ovo';
  12. }
  13.  
  14. body {
  15. background-color: #C18C8E;
  16. overflow:hidden;
  17. }
  18.  
  19. #words {
  20. width: 40%;
  21. border: 1.5px solid #A64B67;
  22. padding: 25px;
  23. margin: 25px;
  24. background: #FFF5E8;
  25. position: absolute;
  26. top:10%;
  27. right:5%;
  28. }
  29.  
  30. #portrait{
  31. position: absolute;
  32. left:0%;
  33. top:0%;
  34. height: 100%;
  35. width: 55%;
  36. overflow: hidden;
  37.  
  38. }
  39.  
  40. #mym{
  41. height: 100%;
  42. width: auto;
  43. }
  44.  
  45. </style>
  46.  
  47.  
  48.  
  49.  
  50.  
  51. Paste this in the <BODY> box!
  52. ---------------------------------------
  53.  
  54. <div id="portrait">
  55. <img src ="https://i.imgur.com/xitJd6N.png" id="mym">
  56. </div>
  57.  
  58. <div id="words">
  59. <font color= "#A64B67">
  60. <font size="12">
  61. <center>
  62. <div id="name">
  63. Name/Title here
  64. </div>
  65. </center>
  66. <font size="4">
  67. <div id="stats">
  68. <br>Age:
  69. <br>Gender:
  70. <br>Height:
  71. <br>Orientation:
  72. <br>Marital Status:
  73. <br>
  74. <br><u>OOC</u>
  75. <br>Fill this in with OOC stuff.
  76. <br>This too.
  77. <br>And this.
  78. </div>
  79. </DIV>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement