background

How to Convert your Image Background into Grayscale in JavaScript

Submitted by razormist on
How to Convert your Image Background into Grayscale in JavaScript - A simple JavaScript program that can change the background image into a grayscale filter. This tutorial will teach you the simplest way of turning your background image color into a filtered grayscale color. JavaScript Free Tutorial.

Full Background Image in CSS

Submitted by GeePee on
This project will teach you how to create a full background image in css. It will create a large photo that will cover the entire background of the webpage. This is simple and easy to understand. We have to set the following properties such as background image(the location of the image), background-position(which should be center center), background-repeat(it should not be tiled), background