Skip to content

Instantly share code, notes, and snippets.

@jamland
Created March 23, 2017 08:38
Show Gist options
  • Save jamland/38551a85ba792deb5a813dd712ba471f to your computer and use it in GitHub Desktop.
Save jamland/38551a85ba792deb5a813dd712ba471f to your computer and use it in GitHub Desktop.
<section>
<div id="rrnavSection"></div>
<link rel="stylesheet" href="https://rrresources.scdn4.secure.raxcdn.com/assets/global-nav.css">
<script src="https://rrresources.scdn4.secure.raxcdn.com/assets/bundle.js"></script>
<style media="screen">
#rrnavSection {
background: white;
border-bottom: 1px solid rgba(0,0,0,.2);
font-size: 18px;
margin: 0;
padding: 0;
display: flex;
align-items: center;
height: 60px;
position: relative;
z-index: 100001;
}
#rrnavSection::after {
clear: both;
}
</style>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment