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;
			}
 
.testeFonte{
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
font-size:18pt;
}
		</style>
	
	<div id="myContent">
<div style="width:200px;height:auto;background:#fff;border:1px solid #c0c0c0;padding:10px;margin:10px;float:left">
<span class="testeFontestyle="font-family: Segoe UI, Candara, Bitstream Vera Sans, DejaVu Sans, Bitstream Vera Sans, Trebuchet MS, Verdana, Verdana Ref, sans-serif;font-size:18pt;"> Content1 </span>
</div>
<div style="width:200px;height:auto;background:#fff;border:1px solid #c0c0c0;padding:10px;margin:10px;float:left">
Content1
</div>
    </div>