Created
September 30, 2016 03:23
-
-
Save CristhianMotoche/1948ec12d26d65c0c0e5964c90ac008b to your computer and use it in GitHub Desktop.
Example of Skeleton
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
<!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