header { background-color: black; padding: 10px; font-family: "Helvetica Neue"; } header a{ text-decoration: none; color: white; padding: 20px; } nav{ float: right; } html { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } body { margin: 0; padding: 0; } .features { -moz-column-count:3; -webkit-column-count:3; column-count:3; } .features div{ display:inline-block; } .features div:first-child, .features div:nth-child(2){ border-right-style: solid; border-right-color: #777; padding-right: 40px; } .brand { font-family: "Lato", Verdana, sans-serif; font-size: 3em; } .brand a:hover, nav a:hover { text-decoration: underline; color: #ff0; } .container { width: 80%; margin: 0 auto; } .marketing { padding: 10px; margin: 1em 0; background-color: #333333; color: white; } li { height: 60px; display:inline; float: top; background-color: black; } .features p{ width: 350px; } footer{ background-color: black; color: white; text-align: center; }