Wednesday, 12 March 2025

Monday, 30 August 2021

How to remove photos from a website without changing HTML code only using CSS?

How to remove photos from a website without changing HTML code only using CSS?

Yes, you can do it using CSS only, however JS would be a great option. There are many ways to do this using CSS, so lets dive in ;)

Before Proceeding, this is a short notice that the image element will be there in HTML - but only styles will make them disappear from the screen view.

Saturday, 15 August 2020

Thursday, 30 July 2020

Make a simple Image Light box in HTML5

Make a simple Image Light box in HTML5
Its always beautiful to have a Image Light box for your images on your blog.  If the image contain small details, it becomes easy to click on them and view image larger using image light box.

Monday, 24 September 2018

Make pure CSS animation from PNG sequence like GIF

Make pure CSS animation from PNG sequence like GIF
Howdy! Today we are going to make an animation in pure CSS without JavaScript.This will be an sequence of a images that run one after another so that it looks like a animation.We will merge many images into one and will make a vertical(or even horizontal) sequence.We will then crop of the single image and run the sequence so fast that it will look like a GIF image or animation.

Saturday, 25 August 2018

Saturday, 30 June 2018

Saturday, 23 June 2018

How to Make popup for liking Facebook page on Blogger using Sweet Alert2?

How to Make popup for liking Facebook page on Blogger using Sweet Alert2?
So we want something that pops up when the user is about to leave or to enter the email when subscription box opens on our blog? So we are making that with a Javascript framework called Sweet Alert. Sweet Alert is a better way to display output to the user rather than to use the usual JavaScript alert();.

Wednesday, 13 June 2018

Saturday, 9 June 2018

Friday, 8 June 2018

Thursday, 3 May 2018

Saturday, 21 April 2018

Saturday, 14 April 2018

Tuesday, 6 February 2018

Make a Html 5 video player with custom controls

Make a Html 5 video player with custom controls
As we know HTML 5 has introduced many new elements including video element, which we are using to display videos on our web pages.Since 2014, the year of a released 5th version of HTML, browsers have also slowly adopted themselves into HTML 5 and now, we are going to see make a media player with our own custom controls.

Tuesday, 19 December 2017

Sunday, 23 April 2017

Monday, 17 April 2017

Sunday, 9 April 2017

Make a cool swiping animation for your sub-domain title

Make a cool swiping animation for your sub-domain title
Hello, friends. If you have already seen a collapsing tittle below in the demo at the very starting of this page, you  have been pleasantly wanting to do this type of title on your own website or blog. Now we are going to see that cool animation that you can use it as a title of your sub domains at a side of your logo. This is a short article giving you a direct CSS and HTML code.
So, first take a look at demo.

Sunday, 2 April 2017

Hue Rotation and Invert :CSS filter property

Hue Rotation and Invert :CSS filter property
1.1 HUE ROTATION
This filter will apply a hue rotation on your images. The parameter (passed as an angle) will determine the number of degrees around the color circle the images will be adjusted.0 deg is default, and represents the original image. Maximum value is actually 360 deg.(because original image shoes at every 0 deg,360 deg,720 deg ,1080 deg etc.)