Skip to content

Instantly share code, notes, and snippets.

@florinpop17
Created March 19, 2019 17:06
Show Gist options
  • Save florinpop17/25cac331dbed4fcb305cfebd38de1356 to your computer and use it in GitHub Desktop.
Save florinpop17/25cac331dbed4fcb305cfebd38de1356 to your computer and use it in GitHub Desktop.
Tab Nav Container
.tab-nav-container {
background-color: #fff;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
display: flex;
justify-content: space-between;
padding: 30px;
width: 450px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment