Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <body><style>
  2. html {
  3. background-color: grey
  4. }
  5.  
  6. #pic img{
  7. height: 100vh;
  8. }
  9. #pic{
  10. position: fixed;
  11. top: 0vh;
  12. left: 50vh;
  13. }
  14.  
  15.  
  16.  
  17. #info{
  18. position: fixed;
  19. height: 100vh;
  20. font-family: 'Saira';
  21. right: 30vh;
  22. top: 10vh;
  23. width: 50vh;
  24. text-align: center;
  25. }
  26.  
  27. #hover {
  28. position: fixed;
  29. font-family: 'Saira';
  30. top: 0vh;
  31. right: 30vh;
  32.  
  33. }
  34.  
  35. @import url('https://fonts.googleapis.com/css?family=Saira');
  36.  
  37. @font-face {
  38. font-family: 'Saira';
  39. font-style: normal;
  40. font-weight: 400;
  41. src: local('Saira Regular'), local('Saira-Regular'), url(https://fonts.gstatic.com/s/saira/v1/jzYaSgAUVIrUGya6gY_AKQ.woff2) format('woff2');
  42. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  43. }
  44. </style>
  45.  
  46.  
  47.  
  48.  
  49.  
  50. <div id="pic">
  51. <img src="http://i.picpar.com/oe5c.jpg" >
  52. </div>
  53.  
  54. <div id="info">
  55. <p>Name: Bread</p>
  56. <hr>
  57. <p>Age: ??</p>
  58. <hr>
  59. <p>Height: 6'3</p>
  60. <hr>
  61. <p>Just a regular college student, living alone in an apartment, eatin' ramen and shit.
  62. Does odd jobs from stuntmanning and modeling.</p>
  63. <hr>
  64. </div>
  65.  
  66.  
  67.  
  68. </body>
  69. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement