Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グリッドを含む2つのdivでcssdisplayinlineを使用しても機能しません
div の幅を指定し、必要に応じて「float: left」または「right」を使用します。div に「インライン」を使用しないでください
例: CSS:
div { width: 100px; float: left; }