Commit eafa730b7a2eeb19b455676304a4227b97a45814

Authored by gibransodre
1 parent 141fdfd6
Exists in master

Adição das margens e bordas para o body.

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
WebContent/css/default.css
  1 +body
  2 +{
  3 + margin: 0;
  4 + border: 0;
  5 +}
1 6 #botaoVoltar {
2 7 width: 10%;
3 8 float: left;
... ...