<html>
<style type="text/css">
	.item {
		width:250px; height:250px;
		background-color:#CCC;
		display:inline-block;
	}
</style>
<body>
	<div class="item">a</div>
	<div class="item">b</div>
	<div class="item">c</div>
</body>
</html>
sanırım istediğin bu