
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Shabaz Alam has Published 55 Articles

Shabaz Alam
2K+ Views
CSS, or Cascading Style Sheets, is a powerful tool that provides a range of effects to create beautiful, dynamic web pages. One of the most important tools in the CSS is the ability to rotate elements. Rotating elements, create a unique designs and animations that capture users' attention and help ... Read More

Shabaz Alam
218 Views
CSS has developed from simple style sheets to a powerful language that can create complex and intricate layouts and designs. One of the most exciting features of CSS is to create 3D elements on web pages. With CSS 3D transforms, we can now create attractive 3D effects that were once ... Read More

Shabaz Alam
2K+ Views
The HTML input tag is a powerful tool that allows developers to create dynamic web pages. One useful feature of the input tag is the ability to select multiple files at once. HTML input tag is a commonly used element for creating web forms and enabling users to interact with ... Read More

Shabaz Alam
3K+ Views
CSS (Cascading Style Sheets) is an essential tool for web developers to enhance the visual looks of the web pages. With CSS, we can customize the layout, color scheme, and typography of the website. CSS provides multiple ways to target and style specific HTML elements based on their attributes. One ... Read More

Shabaz Alam
4K+ Views
Images are an important part of the web page, and they need to be rotated sometimes to make them look better or fit on a web page. Image rotation in HTML is a relatively simple process that can be completed using CSS. The process of changing the orientation of an ... Read More

Shabaz Alam
30K+ Views
CSS is a powerful module for web designers to control the visual layout of a website. One of the most common visual layouts used in web design is flex-box to create flexible and dynamic web layouts. It provides a simple and effective way to align items within a container in ... Read More

Shabaz Alam
904 Views
Linear gradient background in CSS is a design technique used to create a smooth transition between two or more colors in a single element. It is defined using the CSS background-image property and the lineargradient() function. Linear gradient Properties in CSS to − it specifies the direction of the ... Read More

Shabaz Alam
482 Views
Gooey balls animation is a type of animation that is created using HTML and CSS. This animation style is created by specifying values of CSS properties at different points in the animation using keyframes, and then applying the animation to the HTML element. Gooey balls are a popular and visually ... Read More

Shabaz Alam
2K+ Views
The hover animation effect in CSS refers to the change in appearance of an element when the mouse pointer is over it. We use CSS to create various animation effects on hover, such as scaling, fading, sliding, or rotating elements. Properties of button hover animation effect transform − This ... Read More

Shabaz Alam
4K+ Views
In SS, animation is an effective way to add some visual flair to the website. However, sometimes we want to have more control over when and how these animations play. Here, we will explore how to play and pause CSS animations using CSS custom properties. Before we go ahead, we ... Read More