Segue o sexto exemplo com Externo:
<html>
<head>
<title> Bem vindo! </title>
<meta charset="ISO-8859-15">
<link rel= "stylesheet" type="text/css" href= "ESTILOS_01.CSS"/>
</head>
<body>
<h1> Textos </h1>
<h2> Mudanças </h2>
<p> texto do parágrafo ........
</p>
</body>
</html>
________________________________________________________
ESTILOS_01.CSS (arquivo externo)
body
{background-color:yellow;}
h1 {
font-family:tahoma;
text-align:center;
font-size:50px;
color:#CC3299;
text-transform: uppercase;
}
h2 {
color: #FF0000;
text-transform: none;
}
p {
text-indent: 1cm;
line-height: 20px;
text-align: left;
}
Nenhum comentário:
Postar um comentário