Skip to content

Instantly share code, notes, and snippets.

@git2358
Created May 10, 2019 00:53
Show Gist options
  • Select an option

  • Save git2358/aad3d6ea8c672cefe3b4ac2cdfeefe0b to your computer and use it in GitHub Desktop.

Select an option

Save git2358/aad3d6ea8c672cefe3b4ac2cdfeefe0b to your computer and use it in GitHub Desktop.
mix-blend-mode hadouken
div#hadouken
h1.text HADOUKEN!
html {
background: black;
display: flex;
justify-content: center;
flex-flow: row nowrap;
align-items: center;
height: 100%;
overflow: hidden;
}
body {
background: black;
}
div {
background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/394353/Ryu-SFA2-Shinkuu-Hadouken.gif') no-repeat;
background-size: 100%;
width: 500px;
height: 300px;
}
.text {
mix-blend-mode: multiply;
color: gray;
opacity: .75;
position: relative;
left: 250px;
top: 70px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment