Skip to content

Instantly share code, notes, and snippets.

@mavieth
Created April 21, 2014 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mavieth/11158599 to your computer and use it in GitHub Desktop.
Save mavieth/11158599 to your computer and use it in GitHub Desktop.
A Pen by Captain Anonymous.
<title>Michael Vieth</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Add custom CSS here -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div id ="top-part">
<p>test dawg</p>
</div>
<div id ="bottom-part">
<p>test dawg</p>
</div>
</body>
</html>
/*!
* Bootstrap v3.1.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
#top-part ,.p{
color:red;
}
#bottom-part ,.p{
color:green;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment