December 13, 201213 yr Hi, Just came across that site: http://spudandspike.co.uk/2012/06/guest-tutorial-foam-door-sign/. I like the background, which is apparently a 100 x 100 gradient image applied to the <body> tag. However I don't understand how such a small image can spread across the screen like that. Any idea?
December 13, 201213 yr I found this in the CSS #page { background: #186185 url(../../images/background/gradient/gradientblue_img.svg) 50% 50% fixed; background-size: 100% 100%; } So as you can see there, it looks like that 100px x 100px image is being resized to be 100% of the screen Edited December 13, 201213 yr by mrludable
Create an account or sign in to comment