Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Wednesday, April 4, 2012
How to put multiple div next to each other by CSS?
.oneDiv
{
width: 200px;
height: 200px;
display:inline-table;
}
<div>
<div class="oneDiv">1</div>
<div class="oneDiv">2</div>
<div class="oneDiv">3</div>
</div>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment