Commit 882749e12324c52a1284e773b504d1858794ae87
1 parent
0fcff4ff
Exists in
CEP
and in
7 other branches
Mais uma alteracao do CSS
Showing
1 changed file
with
13 additions
and
11 deletions
Show diff stats
css/estilo.css
... | ... | @@ -344,20 +344,22 @@ h6 { |
344 | 344 | } |
345 | 345 | |
346 | 346 | #rodapetexto2 { |
347 | + | |
348 | + position: absolute; | |
349 | + left: 477px; | |
350 | + top: -17px; | |
351 | + padding: 5px; | |
352 | + | |
347 | 353 | |
348 | - width: inherit; | |
349 | - height:10px; | |
350 | - font-size:10px; | |
351 | - color: #2D70DE; | |
352 | - | |
353 | -} | |
354 | + | |
354 | 355 | |
355 | 356 | .w3c { |
356 | - | |
357 | - width: inherit; | |
358 | - height: 100px; | |
359 | - font-size: 10px; | |
360 | - color: #2D70DE; | |
357 | + position: absolute; | |
358 | + left: 537px; | |
359 | + top: -25px; | |
360 | + padding-left: 70px; | |
361 | + padding-top: 5px; | |
362 | + | |
361 | 363 | |
362 | 364 | } |
363 | 365 | ... | ... |