Skip to content

Instantly share code, notes, and snippets.

@CristhianMotoche
Created September 30, 2016 03:23
Show Gist options
  • Save CristhianMotoche/1948ec12d26d65c0c0e5964c90ac008b to your computer and use it in GitHub Desktop.
Save CristhianMotoche/1948ec12d26d65c0c0e5964c90ac008b to your computer and use it in GitHub Desktop.
Example of Skeleton
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Your page title here :)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
</head>
<body>
<div class="row">
<div style="background-color:red;" class="one column">One</div>
<div style="background-color:blue;" class="eleven columns">Eleven</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment