Skip to content

Instantly share code, notes, and snippets.

.tudo { }
.menu { float: left; width: 30%; }
.conteudo { margin-left: 35%; }
.clear { clear: both; }
.clear { clear: both; }
<div class="clear"> </div>
.menu { float: left; width: 30%; }
.conteudo { margin-left: 30%; }
.clear { clear: both; }
<div class="clear"> </div>
.menu { float: left; width: 30%; }
.conteudo { float: right; width: 60%; }
<div class="tudo">
<div class="menu">Menu</div>
<div class="conteudo">Conteúdo</div>
</div>
h1 { line-height: 1.2em }
h1 { font-size: 1.2em }
p { font-size: 10px }
p { line-height: 120% }/*120% de'font-size'=12px*/
DATE=`/bin/date`
echo $DATE
Qui Jul 2 13:13:18 BRT 2015