W
W
waltaki2020-12-13 18:53:30
css
waltaki, 2020-12-13 18:53:30

How to make content in 1 line?

How to
5fd6388c38fa4649699147.png
get this from this
5fd63924bd669589551623.png

https://codepen.io/pen/yLagpwW

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene, 2020-12-13
@waltaki

.container {
    width: 600px;
    margin: auto;
    border: 1px solid black;
    padding: 5px
}

.container input {
  display: inline-block;
}

M
MisTFoR, 2020-12-13
@MisTFoR

You don't need flexbox

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question