Css – How to adjust the alignment of the avatar label text vertically center
I want to place the avatar label texts to be vertically centered of the avatar image <div class="flex flex-wrap"> <div class="flex mr-8"> <div class="rounded-full overflow-hidden w-24 h-24"> <img src="https://via.placeholder.com/150" alt="Avatar" class="w-full h-full object-cover" /> </div> <div class="ml-4"> <span class="text-lg font-bold…