Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBanana authored Jul 30, 2018
1 parent 3530bc9 commit 26c5b20
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 0 deletions.
19 changes: 19 additions & 0 deletions +++SASS-Grid+++/SASS-Grid/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

<!DOCTYPE html>
<html lang="it">

<head>
<meta charset="UTF-8">
<link href="style.scss" rel="stylesheet" type="text/scss">
<link href="style.css" rel="stylesheet" type="text/css">

</head>

<body>
<ul class="css-matrice">
<li class="css-matrice--blank"></li>

</ul>
</body>

</html>
27 changes: 27 additions & 0 deletions +++SASS-Grid+++/SASS-Grid/style.css

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

7 changes: 7 additions & 0 deletions +++SASS-Grid+++/SASS-Grid/style.css.map

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

Loading

0 comments on commit 26c5b20

Please sign in to comment.