Background Image – CSS to change every minuet
-
I use 2012 Child style.css to add a background image to the home page (see below). I want to modify this css to have multiple background images which display every minuet. Can this be done using css only?
/* Home Page Responsive Background Image ————————————— */
/* Body – browser window background ——————————————– */
.home {
background: url(‘../../uploads/@site/backg-2019-q8.jpg’);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}The page I need help with: [log in to see the link]
- The topic ‘Background Image – CSS to change every minuet’ is closed to new replies.