Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to create Image Hover Effects with Color in a row using HTML & CSS?

In this blog, I am creating Image Hover Effects with Color in a row using HTML & CSS. So, Let’s create an “index.html” & “style.css” below index.html code- In this index.html container with four box classes & each box class with images & content class & multiple div which is define style.css page- When you implement from this index.html & … Read more

How to create Creative Cube Hover Effects With Changing Color Animation in CSS?

In this tutorial, I am going to create creative Cube Hover Effects With Changing Color Animation in CSS. So, Before creates an “index.html” & “style.css”. Below index.html code- In this index.html I am using cube shape with help of CSS and create multiple classes which is define below style.css code- In this style.css page define … Read more

How to use different types of Media Features in CSS?

any-hover – Does any available input mechanism allow the user to hover over elements? (added in Media Queries Level 4) any-pointer – Is any available input mechanism a pointing device, and if so, how accurate is it? (added in Media Queries Level 4) aspect-ratio – The ratio between the width and the height of the … Read more

How to set Table width, height, color & padding using CSS?

Empty-cells This property is used to set whether or not to display borders and background on empty cells in a table. It will work only if the border-collapse is set to separate. We can set this property to show (default) or hide. Ex:- table { table-layout: fixed; } How to set Table width and Height? … Read more