Skip to content

Instantly share code, notes, and snippets.

@saenzramiro
Last active July 4, 2019 21:18
Show Gist options
  • Save saenzramiro/9e74907281148aa5cd42ffda8cfcd86b to your computer and use it in GitHub Desktop.
Save saenzramiro/9e74907281148aa5cd42ffda8cfcd86b to your computer and use it in GitHub Desktop.
.t-Body-contentInner .container {
width: 100%;
}
ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.tabs li{
background: none;
color: #222;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
}
ul.tabs li.current{
background: #ededed;
color: #222;
}
.tab-content{
display: none;
background: #ededed;
padding: 15px;
}
.tab-content.current{
display: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment