create newtab_background_image.css
This commit is contained in:
parent
9d081f27b5
commit
ca39b27d0b
1 changed files with 13 additions and 0 deletions
13
content/newtab_background_image.css
Normal file
13
content/newtab_background_image.css
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/newtab_background_image.css made available under Mozilla Public License v. 2.0
|
||||||
|
See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
|
@-moz-document url(about:newtab), url(about:home){
|
||||||
|
body{
|
||||||
|
background-image: url("image.jpg");
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-position-x: center;
|
||||||
|
background-position-y: bottom;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue