Answers for "php code to display a div with background fade"

PHP
0

php code to display a div with background fade

body {
    background: url('http://placehold.it/1600x1200') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
Posted by: Guest on August-12-2020

Browse Popular Code Answers by Language