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