Created
July 10, 2015 14:54
-
-
Save alfonsojon/5a16239a59efb6df4024 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
<html> | |
<head> | |
<title>Livecraft</title> | |
<link href="css/main.css" res="stylesheet" /> | |
<meta charset="UTF-8" /> | |
</head> | |
<body> | |
<div> | |
<nav> | |
<ul> | |
<li> | |
<span><a role="nav" href="index">About</a></span> | |
<span><a role="nav" href=""></a></span> | |
</li> | |
</ul> | |
</nav> | |
<article role="left"> | |
</article> | |
<aside role="right"> | |
</aside> | |
<footer> | |
<div role="left"> | |
</div> | |
<div role="right"> | |
</div> | |
</footer> | |
</div> | |
</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 characters
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100); | |
html { | |
font-family: "Roboto", sans-serif; | |
//font-weight: 100; | |
body { | |
div { | |
nav { | |
ul { | |
li { | |
span { | |
} | |
} | |
} | |
} | |
article[role="left"] { | |
} | |
aside[role="right"] { | |
} | |
footer { | |
div[role="left"] { | |
} | |
div[role="right"] { | |
} | |
} | |
} | |
} | |
} | |
a[role="nav"] { | |
text-decoration: none; | |
} |
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
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100); | |
html { | |
font-family: "Roboto", sans-serif; | |
} | |
a[role="nav"] { | |
text-decoration: none; | |
} |
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
<html> | |
<head> | |
<title>Livecraft</title> | |
<link href="css/main.css" res="stylesheet" /> | |
<meta charset="UTF-8" /> | |
</head> | |
<body> | |
<div> | |
<nav> | |
<ul> | |
<li> | |
<span><a role="nav" href="index">About</a></span> | |
<span><a role="nav" href=""></a></span> | |
</li> | |
</ul> | |
</nav> | |
<article role="left"> | |
</article> | |
<aside role="right"> | |
</aside> | |
<footer> | |
<div role="left"> | |
</div> | |
<div role="right"> | |
</div> | |
</footer> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment