Looking for some help with this specific code snippet
.selection_user {
display: block;
background-color: #2D2C31;
text-align: center;
line-height: 75px;
}
<div class="select_user_menu">
<div class="selection_user">User1</div>
<div class="selection_user">Username</div>
<div class="selection_user">User</div>
</div>
My goal is to align the list of users in a single line.
Here's an image for reference: