This is a simple template that takes advantage of the background-attachment CSS property to create a fixed background effect. Today’s snippet comes from Codyhouse.It is all about a single CSS property: background-attachment. You can set the background to be fixed within the viewport (background-attachment: fixed;). [gpp_button color=”blue” url=”http://codyhouse.co/demo/fixed-background-effect/index.html” title=”Fixed Background Effect” icon_left=”external” target=”_blank” size=”medium” display=”inline”]Demo[/gpp_button] [gpp_button color=”blue” url=”http://codyhouse.co/gem/fixed-background-effect/” title=”Fixed Background Effect” icon_left=”cloud-download” target=”_blank” size=”medium” display=”inline”]Source[/gpp_button] The new trick here is having the same element…
Tag