Created
June 11, 2016 14:39
-
-
Save AFelipeTrujillo/cb0229f56129b359903ba5930f7f4e08 to your computer and use it in GitHub Desktop.
Revisions
-
AFelipeTrujillo created this gist
Jun 11, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ <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 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ h1{ color: #AF80ED; } h3{ color: #DE5E85 }