Skip to content

Instantly share code, notes, and snippets.

@DavidPeralvarez
Created March 29, 2018 13:29
Show Gist options
  • Save DavidPeralvarez/52b243712a56ae3b7952664ebe44a254 to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/52b243712a56ae3b7952664ebe44a254 to your computer and use it in GitHub Desktop.
CSS Inline
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Inline</title>
</head>
<body>
<h1 style="color: red; margin-bottom: 10px; font-size: 40px;">Estoy aprendiendo a incluir código CSS</h1>
<p style="color: green; font-style: italic; background-color: yellow; padding: 20px;">Primero vamos a aprender la opción inline.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment