Я создаю свой первый веб-сайт и столкнулся с проблемой: ссылка выглядит как блок. Я хотел, чтобы он следовал после абзаца, но выглядит это так.
HTML-код:
Andrew, who was stripped of his title as a prince on Thursday, retained his rank as a Vice Admiral in the Royal Navy after giving up his other military positions in 2022.
Код CSS:
.hello {
display: flex;
justify-content: left;
margin-bottom: 20px;
color: white;
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... ke-a-block