Skip to content

Instantly share code, notes, and snippets.

@JimmyMow
Created August 29, 2016 19:17
Show Gist options
  • Save JimmyMow/ac44fe465ea26f425f5d0811da927769 to your computer and use it in GitHub Desktop.
Save JimmyMow/ac44fe465ea26f425f5d0811da927769 to your computer and use it in GitHub Desktop.
Bloc CSS tutor assesment
body {
margin: 0;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
header {
width: 100%;
height: 60px;
background-color: #333;
}
.pricing {
padding: 20px;
background-color: tomato;
}
.pricing-tiers {
width: 960px;
margin: 0px auto;
background-color: #ddd;
}
.pricing-tiers .tier {
width: 260px;
margin: 20px;
padding: 10px;
background-color: white;
float: left;
}
.tier h1 {
font-family: "Helvetica", sans-serif;
font-weight: bold;
font-size: 2em;
margin-bottom: 20px;
text-align: center;
}
.pricing-tiers > .tier:last-child {
margin-right: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment