Commit c14c99ce6016aa1c71cdf42599402da917b440a5

Authored by fabricio
1 parent f7d4683c
Exists in master

novos css's criados

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
WebContent/css/default.css
... ... @@ -20,6 +20,15 @@
20 20 padding: 0.5em;
21 21 width: 35em;
22 22 height: 20em;
  23 +}
  24 +
  25 +.imagem2{
  26 + text-align:center;
  27 + border: 0.2em solid #ddd;
  28 + border-radius: 0.4em;
  29 + padding: 0.5em;
  30 + width: 45em;
  31 + height: 25em;
23 32  
24 33 }
25 34  
... ...