Created
March 29, 2018 13:29
-
-
Save DavidPeralvarez/52b243712a56ae3b7952664ebe44a254 to your computer and use it in GitHub Desktop.
CSS Inline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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