Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. <html><head>
  2. <title>??</title>
  3. <link href="style.css" rel="stylesheet">
  4. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
  5. </head>
  6.  
  7. <body>
  8. <!-- Wrapper -->
  9. <div class="profile-wrapper">
  10. <div class="profile-header">
  11. <div class="profile-cover"></div>
  12.  
  13. <div class="info-container">
  14. <img src="images/avatar.jpg">
  15. <div id="name">Mohammad Bilto</div>
  16. <div class="user-rating">
  17. <i class="fas fa-star"></i>
  18. <i class="fas fa-star"></i>
  19. <i class="fas fa-star"></i>
  20. <i class="fas fa-star-half-alt"></i>
  21. <i class="far fa-star"></i>
  22. </div>
  23.  
  24. <div class="social-analytics">
  25. <span>30 Followers</span>
  26. <span>46 Following</span>
  27. </div><div class="profile-info">
  28. <div id="bio">Hi! Welcome to my profile :3 Leave a comment, or two, idc..</div>
  29. </div>
  30. </div>
  31. </div>
  32. </div>
  33.  
  34.  
  35.  
  36. <style>
  37. .profile-cover {
  38. background-image: url('https://cambridge-intelligence.com/wp-content/uploads/2014/11/Background.jpg');
  39. height: 150px;
  40. width: 100%;
  41. }
  42.  
  43. .info-container {
  44. margin-top: -80px;
  45. }
  46. </style><div class="test" style="
  47. float: left;
  48. min-height: 200px;
  49. width: 630px;
  50. margin-left: 175px;
  51. margin-top: 30px;
  52. background: #fff;
  53. box-sizing: border-box;
  54. padding: 20px;
  55. border-radius: 5px;
  56. font-family: sans-serif;
  57. ">Bla bla bla the rest of the shit can go here</div>
  58. <div class="test" style="
  59. float: left;
  60. min-height: 500px;
  61. width: 300px;
  62. margin-left: 30px;
  63. margin-top: 30px;
  64. background: #fff;
  65. box-sizing: border-box;
  66. padding: 20px;
  67. border-radius: 5px;
  68. font-family: sans-serif;
  69. ">Favourites</div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement