Created
June 11, 2016 14:39
-
-
Save AFelipeTrujillo/cb0229f56129b359903ba5930f7f4e08 to your computer and use it in GitHub Desktop.
This file contains 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
<html> | |
<head> | |
<title> Import example of sass</title> | |
<link rel="stylesheet" type="text/css" href="style.css"/> | |
</head> | |
<body> | |
<h1>Ejemplo Simple de SASS</h1> | |
<h3>Bienvenidos</h3> | |
</body> | |
</html> |
This file contains 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
h1{ | |
color: #AF80ED; | |
} | |
h3{ | |
color: #DE5E85 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment