Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full background CSS in PG #66

Open
Heautontimoroumenos opened this issue Jul 7, 2014 · 0 comments
Open

Full background CSS in PG #66

Heautontimoroumenos opened this issue Jul 7, 2014 · 0 comments

Comments

@Heautontimoroumenos
Copy link

Hi all
I'm building new site with PG (Foundation) and I would like to add a full background on the page. I try to use this piece of code
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
But no matter how hard I try it is not working. I use local images. Can anyone help me with this one? Is there an option to set it purely in PG not touching source code?
Best
Jimp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant