Skip to content

Instantly share code, notes, and snippets.

@agustinpfs
Last active July 6, 2020 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustinpfs/780cda0144c56969b76bf45ce0562882 to your computer and use it in GitHub Desktop.
Save agustinpfs/780cda0144c56969b76bf45ce0562882 to your computer and use it in GitHub Desktop.
Lugares donde declarar estilos CSS. 2. Dentro de la etiqueta a la cual queremos estilizar.
<html>
<head>
<meta charset="UTF-8">
<title>Declaración de estilos</title>
</head>
<body>
<h1 style="background-color: yellow"></h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment