{"__browser":{"device":"unknown_device","mobile":false,"name":"unknown browser","platform":"unknown_platform","version":"0"},"__constants":{"gridIframeSandboxAttributes":"allow-forms allow-modals allow-pointer-lock allow-presentation allow-same-origin allow-scripts"},"__CPDATA":{"domain_iframe":"https://cdpn.io","environment":"production","host":"codepen.io","iframe_allow":"accelerometer; ambient-light-sensor; camera; display-capture; encrypted-media; geolocation; gyroscope; microphone; midi; payment; web-share; vr","iframe_sandbox":"allow-downloads allow-forms allow-modals allow-pointer-lock allow-popups allow-presentation allow-same-origin allow-scripts allow-top-navigation-by-user-activation"},"__user":{"anon":true,"base_url":"/anon/","current_team_id":0,"current_team_hashid":null,"hashid":"VoDkNZ","id":1,"itemType":"user","name":"Captain Anonymous","paid":false,"tier":0,"username":"anon","created_at":null,"email_verified":null,"collections_count":0,"collections_private_count":0,"followers_count":0,"followings_count":0,"pens_count":0,"pens_private_count":0,"projects_count":0,"projects_private_count":0},"__firebase":{"config":{"apiKey":"AIzaSyBgLAe7N_MdFpuVofMkcQLGwwhUu5tuxls","authDomain":"codepen-store-production.firebaseapp.com","databaseURL":"https://codepen-store-production.firebaseio.com","disabled":false,"projectId":"codepen-store-production"},"token":"eyJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJodHRwczovL2lkZW50aXR5dG9vbGtpdC5nb29nbGVhcGlzLmNvbS9nb29nbGUuaWRlbnRpdHkuaWRlbnRpdHl0b29sa2l0LnYxLklkZW50aXR5VG9vbGtpdCIsImNsYWltcyI6eyJvd25lcklkIjoiVm9Ea05aIiwiYWRtaW4iOmZhbHNlfSwiZXhwIjoxNjUyODcxMDc1LCJpYXQiOjE2NTI4Njc0NzUsImlzcyI6ImZpcmViYXNlLWFkbWluc2RrLThva3lsQGNvZGVwZW4tc3RvcmUtcHJvZHVjdGlvbi5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsInN1YiI6ImZpcmViYXNlLWFkbWluc2RrLThva3lsQGNvZGVwZW4tc3RvcmUtcHJvZHVjdGlvbi5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsInVpZCI6IlZvRGtOWiJ9.1rWlWwEChzd1iPRE8K_aBN2J2lHQHqAcRiTjClA3l7wa86YKEFdL9mDvBGuTTBa95nIc3M9I27AyRc-EZMp7BUUZeKq_fJDfMh9l0gyvVKTbTmyMx1W7nVJEJZPwV_VhX6_1w4k-4qTgM0S3fS4BSONzBXAtHtzVtPzYHQEH1qqF5JB1rknv9FanUBLMAgIfGGivT_JVj8tqtR1uQ-L7dGB7TdmV4GqencXGojhPZpVt-FR7ll9RSps6XHkvB51IMmDVx1DsctoFFvYdffta1gum7D0FDXZlvPNfgnlkpAm4zj9CENMADJ7yMMyf44UGa394wFzuVRLJlZGUthhwvg"},"__graphql":{"data":{"sessionUser":{"id":"VoDkNZ","name":"Captain Anonymous","title":"Captain Anonymous","avatar80":"https://assets.codepen.io/t-1/user-default-avatar.jpg?fit=crop&format=auto&height=80&version=0&width=80","avatar512":"https://assets.codepen.io/t-1/user-default-avatar.jpg?fit=crop&format=auto&height=512&version=0&width=512","currentContext":{"id":"VoDkNZ","baseUrl":"/anon","title":"Captain Anonymous","name":"Captain Anonymous","avatar80":"https://assets.codepen.io/t-1/user-default-avatar.jpg?fit=crop&format=auto&height=80&version=0&width=80","avatar512":"https://assets.codepen.io/t-1/user-default-avatar.jpg?fit=crop&format=auto&height=512&version=0&width=512","username":"anon","contextType":"User","__typename":"User"},"currentTeamId":null,"baseUrl":"/anon","username":"anon","admin":false,"anon":true,"pro":false,"verified":false,"teams":[],"__typename":"User"}}},"__pay_stripe_public_key":"pk_live_2GndomDfiklqpSNQn8FrGuwZSMIMzha7DkLJqlYe7IR0ihKAlKdiHg68JJc5eVPt68rzAjzAAVXcUwjySHRCsgjQQ00gtRBUFNH","__pay_braintree_env":"production","__item":"{\"id\":11518931,\"user_id\":927610,\"html\":\"<header>\\n <h1><span>C<\\/span><span>S<\\/span><span>S<\\/span><\\/h1>\\n\\t\\t<p>CSS blend modes let us blend an element's background layer with another layer. They allow blending between background images, gradients and background colors.<\\/p>\\n<\\/header>\",\"css\":\"html,\\nbody {\\n font-family: 'Helvetica Neue', sans-serif;\\n\\theight: 100%;\\n\\tmargin: 0;\\n background: url(https:\\/\\/s3-us-west-2.amazonaws.com\\/s.cdpn.io\\/927610\\/spring-flowers-flowers-collage-floral-68507.jpeg);\\n background-size: cover;\\n}\\nheader {\\n padding: 10%;\\n height: 100%;\\n background-color: #EEE;\\n mix-blend-mode: screen; \\n \\/* These are blending the bg color #6de590 with the image.\\n others:\\n screen, color, color-burn, color-dodge, darken, difference, exclusion, hard-light, hue, multiply, lighten, luminosity, normal (default), overlay, saturation, soft-light.\\n \\n *\\/\\n}\\nh1 {\\n\\tfont-size: 12em;\\n\\tmargin: 0;\\n\\tline-height: 1;\\n letter-spacing: -2rem;\\n color: #6b845d;\\n}\\n\\nspan:nth-child(2) {\\n color: #801b3a;\\n}\\n\\nspan:nth-child(3) {\\n color: #164d67;\\n}\\n\\nh1 span {\\n mix-blend-mode: multiply;\\n}\\nheader p{\\n font-size: 2em;\\n font-weight: bold;\\n mix-blend-mode: luminosity;\\n}\",\"parent\":0,\"js\":\"\\/* lettering.js plugin is good for this *\\/\",\"html_pre_processor\":\"none\",\"css_pre_processor\":\"none\",\"js_pre_processor\":\"none\",\"html_classes\":\"\",\"css_starter\":\"neither\",\"css_prefix_free\":null,\"css_external\":null,\"js_library\":null,\"js_modernizr\":null,\"js_external\":null,\"created_at\":\"2016-12-12T14:47:03.000Z\",\"updated_at\":\"2018-05-23T19:07:39.000Z\",\"session_hash\":\"fa69e6d88bd272d0eb0b21b837d6d089\",\"title\":\"Simple Blend-mode Example\",\"description\":\"\",\"slug_hash\":\"pNOppp\",\"head\":\"\",\"private\":false,\"slug_hash_private\":\"a63d62da73de81f5c155fa0e4a3acd44\",\"has_animation\":false,\"css_pre_processor_lib\":\"\",\"checksum\":0,\"screenshot_uuid\":\"b0bd7d54-5a11-4c2e-b06b-841eec2064d4\",\"team_id\":0,\"css_prefix\":\"neither\",\"template\":false,\"js_module\":false,\"deleted_at\":null,\"deleted_by_user_id\":null,\"hard_delete_at\":null,\"pen_hash\":null,\"hashid\":\"pNOppp\"}"}