M
M
ma1zahar2021-06-11 21:43:09
css
ma1zahar, 2021-06-11 21:43:09

How to make blocks inline using css?

Actually, I'm interested in how to make nested blocks inline like in the desktop version of instagram.
60c3ad9492043155522140.png
I tried to give the parent a table-cell, as advised in some question, but it does not work out. Is it possible to make the comment text start on the same line as ?<div class="profile_comment_author">

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton, 2021-06-11
@anton99zel

.profile_comment_body{display: inline-flex;}

A
Alexander Leleka, 2021-06-12
@Laweb

Make element inline
display:inline
If you want padding to work you can use
display:inline-block

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question