๐ŸŒท๐ŸŒผ๋ชจ์—ฌ๋ด์š” ๊ฐœ๋ฐœ์˜์ˆฒ๐ŸŒท๐ŸŒผ

[CSS] div ์˜ค๋ฅธ์ชฝ ์ •๋ ฌ๋ฐฉ๋ฒ• ๋ณธ๋ฌธ

๊ฐœ๋ฐœ/Front-end

[CSS] div ์˜ค๋ฅธ์ชฝ ์ •๋ ฌ๋ฐฉ๋ฒ•

์š”์ผ์ด 2021. 5. 10. 14:16
๋ฐ˜์‘ํ˜•
<div style="display: inline-block; margin: 0 5px;  float: right;">
  <button type="button" id="btn_viewDetail" class="btn btn_blue2">์„ ํƒ ๋‹ค์šด๋กœ๋“œ</button>
  <button type="button" id="btn_viewDetail" class="btn btn_blue2">์ „์ฒด ๋‹ค์šด๋กœ๋“œ</button>
</div>

style ์— inline-block๊ณผ float๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์ •๋ ฌํ•œ๋‹ค.

Comments