Código: Selecionar todos
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Meu site</title>
</head>
<body></body>
</html>
CSS
Código: Selecionar todos
body{
background-color:#C6E2FF;
}
Código: Selecionar todos
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Meu site</title>
</head>
<body></body>
</html>
Código: Selecionar todos
body{
background-color:#C6E2FF;
}