Advertisement
Guest User

code

a guest
Jan 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');
  3.  
  4. #rightbox {
  5. position: fixed;
  6. top: 120px;
  7. left: 450px;
  8. height: 70%;
  9. width: 25%;
  10. font-family: 'Shadows Into Light',;
  11. text-align: justify;
  12. background-color: white;
  13. color: #393939;
  14. font-size: 15px;
  15.  
  16. }
  17. </style>
  18.  
  19. <center>
  20.  
  21. <img src="http://i.picpar.com/Pmdd.png" alt="Girl in a jacket" height="300">
  22.  
  23. <div id="rightbox">
  24. <font style=float:left><b>Name</b></font> <font style=float:right>Uchiha, Mujitsu</font><br>
  25. <font style=float:right>The <b>Blood Red Uchiha</b></font><br>
  26. <font style=float:left><b>Height</b></font> <font style=float:right>Five Foot and Two Inches Tall</font><br>
  27. <font style=float:left><b>Gender</b></font> <font style=float:right> <b>Male</b></font><br>
  28. <font style=float:left><b>Age</b></font> <font style=float:right> <b>Fourteen</b></font><br><br>
  29.  
  30. <ul>-insert fluff here-</ul>
  31. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement