Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
HTML
		<style type="text/css">
			#myContent{
				width:100%;
				height:100%;
				overflow:hidden;
				margin:0px;
				padding:0px;
				background-color:#f0f0f0;
			}
		</style>
	
	<div id="myContent">
<div style="width:200px;height:auto;background:#fff;border:1px solid #c0c0c0;padding:10px;margin: 20px 10px 20px 20px 10px;float:left">
Content1
</div>
<div style="width:200px;height:auto;background:#fff;border:1px solid #c0c0c0;padding:10px;margin: 20px 10px 20px 20px 10px;float:left">
Content1
</div>
    </div>