#url{ float:left; background: #aaccff; border: 1px solid #333; /* Параметры рамки вокруг */ width: 200px; /* Ширина колонки */ height: 300px; padding: 5px; /* Поля вокруг текста */ margin: 25% 10px 20px 5px; } #info{ float:right; background: #aaccff; border: 1px solid #333; /* Параметры рамки вокруг */ width: 200px; /* Ширина колонки */ height: 300px; padding: 5px; /* Поля вокруг текста */ margin: 25% 10px 20px 5px; } #result{ float:????????; background: #aaccff; margin:23%; width: 500px; /* Ширина колонки */ height: 300px; }
margin-left: auto; margin-right: auto;
position: absolute;
<div style="width:170; background-color:#FF0000;">Аргентина</div> <div style="width:170; background-color:#FF0000;">Аргентина</div>
<div style="width:170; background:#FF0000; float: left;">Аргентина</div> <div style="width:170; background:#FF0000; float: left;">Аргентина</div>