A Pen by Stefan Baumgartner on CodePen.
Created
November 11, 2016 10:23
-
-
Save ddprrt/924dc50f1f22f80a692ab0297af917ff to your computer and use it in GitHub Desktop.
MaPgmM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="color" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
margin: 0; | |
background: url(http://orig01.deviantart.net/10cb/f/2015/009/e/3/james_bond_007_wallpaper_by_gregkmk-d7amfdp.jpg); | |
background-size: cover; | |
} | |
input { | |
padding: 0; | |
margin: 0; | |
border: 0; | |
background: none; | |
position: absolute; | |
width: 100%; | |
height: 100vh; | |
mix-blend-mode: hue; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment