16 linhas
285 B
HTML
Arquivo Executável
16 linhas
285 B
HTML
Arquivo Executável
<!DOCTYPE>
|
|
<html>
|
|
<head>
|
|
<title>Imagens SVG</title>
|
|
<style>
|
|
.colorir{
|
|
fill : #CCCCCC;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<img src="imagens/logo.jpg" style="width: 132px;" class="colorir"/>
|
|
|
|
</body>
|
|
</html> |