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 use Moving Elements in jQuery?

In this blog, I am creating a page using HTML, CSS & jQuery after that define Moving Elements. So, Let’s create an index.html, main.js & style.css below- Are right let’s create our first animation that’s not actually built in any nation but a custom one. And to get started with custom animations we’re just going to create a very simple one and … Read more

Types of Selector in CSS & How to Use CSS Selector in HTML?

There are five types of Selector in CSS. Simple selectors (select elements based on name, id, class) Combinator selectors (select elements based on a specific relationship between them) Pseudo-class selectors (select elements based on a certain state) Pseudo-elements selectors (select and style a part of an element) Attribute selectors (select elements based on an attribute … Read more

How to use the position property in CSS to align elements?

In This tutorial, I am going to explain that how to How to use the position property in CSS to align elements? Below Property to uses in align elements- Position- Left Right Bottom Top static Fixed Relative Absolute Length (cm, px, %) Left Align Property- left: auto left: 55px left: 50% Right Align Property- right: … Read more

How an element should display in CSS?

This property is used to define how an element should display. Every HTML element has a default display value depending on what type of element it is. The default display value for most elements is block or inline. inline table-row-group block table-caption flex table-column-group inline-block table-header-group inline-flex table-footer-group inline-table table-cell list-item table-column run-in table-row table … Read more