Skip to content

Instantly share code, notes, and snippets.

@fredericAerts
Created August 13, 2015 13:46
Show Gist options
  • Select an option

  • Save fredericAerts/830118ebd23fdbfcc10a to your computer and use it in GitHub Desktop.

Select an option

Save fredericAerts/830118ebd23fdbfcc10a to your computer and use it in GitHub Desktop.
web developer in 3 days - v2
.tab-links {
margin-top: 40px;
border-bottom: 1px solid #DDDDDD;
}
.tab-links-item {
display: inline-block;
padding: 10px 20px;
font-weight: 700;
text-transform: uppercase;
}
.tab-links-item.active {
position: relative;
top: 1px;
color: #FF0000;
background: #FFFFFF;
border-top: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment