Может ли кто-нибудь поделиться со мной, как размещать объекты в одну строку и равномерно распределять их по экрану с помощью CSS? Я новичок в мире Интернета, просто пытаюсь создать собственный проект.
У меня есть следующий HTML-код:
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