andrelievable

Untitled

Dec 10th, 2021
1,238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.82 KB | None | 0 0
  1. <body>
  2.     <div class="profile-container">
  3.         <main>
  4.             <header>
  5.                 <a href="../views/dashboard.html">
  6.                     <img src="../img/logo-gradient.svg">
  7.                 </a>
  8.  
  9.                 <div class="search-bar">
  10.                     <form>
  11.                         <input placeholder="search">
  12.                         <i class="fas fa-search"></i>
  13.                     </form>
  14.                 </div>
  15.                 <button class="profil">
  16.                     <i class="fas fa-user"></i>
  17.                 </button>
  18.             </header>
  19.             <div class="profile">
  20.                 <figure class="profile-picture">
  21.                     <img src="../img/uploads/profile-pic.jpg">
  22.                 </figure>
  23.  
  24.             </div>
  25.         </main>
  26.  
  27.     </div>
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment