Skip to content

Instantly share code, notes, and snippets.

Created November 29, 2017 18:29
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 anonymous/aa865c1ad1b4a48b0a64e4c7422bb389 to your computer and use it in GitHub Desktop.
Save anonymous/aa865c1ad1b4a48b0a64e4c7422bb389 to your computer and use it in GitHub Desktop.
h2.entry-title {
position: relative;
z-index: 1;
}
header.entry-header::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: radial-gradient(ellipse at center, rgba(0,0,0,0.65) 3%,rgba(0,0,0,0) 75%);
}
http://i.imgur.com/LcW3pD3.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment