Может ли кто -нибудь поделиться со мной, как разместить объекты в одну строку и равномерно распределить на экране с помощью CSS? Я новичок в веб -мире, просто пытаюсь создать собственный проект.section class="contact section" id="contact">
Contact Me
Get in touch
Call me
+49 423 9239 23
Email
test@gmail.com
Location
Hamburg, Germany
< /code>
.contact__information{
display: flex;
flex-direction: row;
justify-content: center;
}
< /code>
My result was provided in attachments.
enter image description here
I'm using that CSS block, but it place by a column in the center. I would like to spread contact details in a human-redable format in one line (something like this, bit it changes positions when you use other screen size.
enter image description here
Подробнее здесь: https://stackoverflow.com/questions/754 ... -using-css