Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Last active October 17, 2017 21: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 wojciech-bilicki/0985d9e5194fd903a4012400d33f9d93 to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/0985d9e5194fd903a4012400d33f9d93 to your computer and use it in GitHub Desktop.
nested_header_with_selectors
header#my-cool-header {
width: 100%;
height: 80px;
background-color: blue;
}
header#my-cool-header .inputWrapper {
height: 40px;
}
header#my-cool-header section .inner-style p {
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment