skip to Main Content

Display:inline-block is not running properly – CSS

I want to arrange three pink boxes in 1 row. However, applying display:inline-block creates a space on top. What's the problem? ---------------HTML---------------- <div class="hello"> <h1>이건 첫째</h1> </div> <div class="hello"> <h2>이건 둘째</h2> <input type="text"> </div> <div class="helloCss"> <h2>이건 셋째</h2> <ul> <li>Hello</li>…

VIEW QUESTION
Back To Top
Search