<div class="header d-flex align-items-center rounded-lg removable draggable" style="min-height: 500px; background-image: url(https://demos.creative-tim.com/argon-dashboard/assets-old/img/theme/profile-cover.jpg); background-size: cover; background-position: center top;"> <!-- Mask --> <span class="mask bg-gradient-default rounded-lg opacity-8"></span> <!-- Header container --> <div class="container-fluid d-flex align-items-center"> <div class="row"> <div class="col-lg-7 col-md-10"> <h1 class="display-2 text-white">Hello Jesse</h1> <p class="text-white mt-0 mb-5">This is your profile page. You can see the progress you have made with your work and manage your projects or assigned tasks</p> <a href="#!" class="btn btn-neutral">Edit profile</a> </div> </div> </div> </div>