Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
programadornovato committed Aug 3, 2019
0 parents commit b1ee780
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
Binary file not shown.
15 changes: 15 additions & 0 deletions index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="rutaCss/estilo.css">
<title>Document</title>
</head>
<body>
<div id="hola">
hola
</div>
</body>
</html>
4 changes: 4 additions & 0 deletions rutaCss/estilo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions rutaCss/estilo.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions rutaSass/estilo.scss
@@ -0,0 +1,3 @@
#hola{
color: blue;
}

0 comments on commit b1ee780

Please sign in to comment.