I tried a lot of codes but I couldn’t find any exact solution for that. Finally I almost fount a solution but I also want to float items to right. I tried ‘float:right’ but it isn’t working with the code I found. Any solution?
<div class="container">
</div>
.container {
height: 100px;
display: flex;
align-items: center;
}
New contributor
Ramitha Pathmila is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.