Jump to content

This is from an old project (Sorry its written in sass :P)

body, html    background-image: url("../images/bridge.jpg")    background:        repeat: no-repeat, no-repeat        size: cover        position: 0px 0px, 50% 50%        blend-mode: overlay, normal    margin: 0px    font-family: 'Open Sans Condensed', sans-serif    width: 100%

EDIT: CSS 4 ya

body, html {  background-image: url("/images/bridge.jpg");  background-repeat: no-repeat, no-repeat;  background-size: cover;  background-position: 0px 0px, 50% 50%;  background-blend-mode: overlay, normal;  margin: 0px;  font-family: "Open Sans Condensed", sans-serif;  width: 100%;}

My PC: http://uk.pcpartpicker.com/p/MN3YwP


Wish I could afford to do giveaways for you guys, Sorry school doesn't pay me! <3


Link to comment
https://linustechtips.com/topic/340262-html-full-page-image/#findComment-4639090
Share on other sites

Link to post
Share on other sites

 

This is from an old project (Sorry its written in sass :P)

body, html    background-image: url("../images/bridge.jpg")    background:        repeat: no-repeat, no-repeat        size: cover        position: 0px 0px, 50% 50%        blend-mode: overlay, normal    margin: 0px    font-family: 'Open Sans Condensed', sans-serif    width: 100%

EDIT: CSS 4 ya

body, html {  background-image: url("/images/bridge.jpg");  background-repeat: no-repeat, no-repeat;  background-size: cover;  background-position: 0px 0px, 50% 50%;  background-blend-mode: overlay, normal;  margin: 0px;  font-family: "Open Sans Condensed", sans-serif;  width: 100%;}

its ok, im eh with it , thx,

 

 

 

Link to comment
https://linustechtips.com/topic/340262-html-full-page-image/#findComment-4639272
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×