Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <body>
- <div class="profile-container">
- <main>
- <header>
- <a href="../views/dashboard.html">
- <img src="../img/logo-gradient.svg">
- </a>
- <div class="search-bar">
- <form>
- <input placeholder="search">
- <i class="fas fa-search"></i>
- </form>
- </div>
- <button class="profil">
- <i class="fas fa-user"></i>
- </button>
- </header>
- <div class="profile">
- <figure class="profile-picture">
- <img src="../img/uploads/profile-pic.jpg">
- </figure>
- </div>
- </main>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment