Skip to content

Instantly share code, notes, and snippets.

@MilanGrubnic70
Created June 12, 2014 01:06
Show Gist options
  • Save MilanGrubnic70/6028ccdf866f9c0c3925 to your computer and use it in GitHub Desktop.
Save MilanGrubnic70/6028ccdf866f9c0c3925 to your computer and use it in GitHub Desktop.
mac2
html {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
margin: 0;
padding: 0;
}
header {
padding: 10px;
background-color: black; /*mg*/
height: 60px; /*mg*/
}
.brand {
font-family: "Lato", Verdana, sans-serif;
font-size: 3em;
float: left; /*mg*/
}
.brand a:hover {
text-decoration: underline;
color: #ff0;
}
.container {
width: 80%;
margin: 0 auto;
}
.marketing {
padding: 10px;
margin: 1em 0;
color: white; /*mg*/
}
/*mg*/
a {
text-decoration: none;
color: white;
font-family: sans-serif;
padding: 10px;
}
/*mg*/
li a {
text-decoration: none;
}
/*mg*/
nav
{
float: right;
}
/*mg*/
li
{
display: inline;
}
/*mg*/
ul {
list-style-type: none;
}
/*mg*/
li a:hover {
color: #ff0;
}
/*mg*/
.marketing:first-child{
background-color: #333;
}
/*mg*/
.marketing:last-child{
background-color: #555;
}
/*mg*/
div.features {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
}
h3 {
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment