Skip to content

Instantly share code, notes, and snippets.

@ryantownley
Last active May 19, 2016 03:00
Show Gist options
  • Save ryantownley/bc8a39db9cbb18c1c747 to your computer and use it in GitHub Desktop.
Save ryantownley/bc8a39db9cbb18c1c747 to your computer and use it in GitHub Desktop.
Example page header style Constance theme
/* # Page Header
---------------------------------------------------------------------------------------------------- */
.page-header {
text-align: center;
}
.page-header .widget {
padding: 7% 14%;
}
.page-header .wrap:after,
.page-header .wrap:before {
content: "";
height: 1px;
background-color: #d6d6d6;
background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(147,147,147,0.4) 50%,rgba(0,0,0,0) 100%);
display: block;
margin-top: -1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment