Skip to content

Instantly share code, notes, and snippets.

@Fedozie
Last active April 29, 2021 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fedozie/af11ef2febed7281d19a6085f34bbee8 to your computer and use it in GitHub Desktop.
Save Fedozie/af11ef2febed7281d19a6085f34bbee8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.header{
margin: 1.5rem;
background-color: green;
display: flex;
justify-content: space-between;
&-nav{
background-color: white;
width: 60%;
ul{
list-style-type: none;
li{
display: inline-block;
}
}
}
}
.header {
margin: 1.5rem;
background-color: green;
display: flex;
justify-content: space-between;
}
.header-nav {
background-color: white;
width: 60%;
}
.header-nav ul {
list-style-type: none;
}
.header-nav ul li {
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment