<< Voltar

Pastebin CSS

<html>
	<head>
		<title>Folha de estilo </title>
		<style type="text/css">
			h1 {
				font-family:Verdana;
				font-size: 20px;
				color: blue;
			}
		</style>
	</head>
	<body>
		<h1>Testando a folha de estilo</h1>
    </body>
</html>

Código-Fonte