Riya Kumari has Published 74 Articles

Number of divisors of a given number N which are divisible by K

Riya Kumari

Riya Kumari

Updated on 12-Jul-2023 12:24:02

106 Views

Finding the number of divisors of a given number N which is also divisible by K (any constant number) is a typical mathematical problem which requires lot of calculations. Here, K is usually a number which is less than or equal to square root of N. However, we can construct ... Read More

How to specify order of classes using CSS?

Riya Kumari

Riya Kumari

Updated on 02-May-2023 16:15:11

329 Views

Cascading Style Sheets (CSS) is a powerful component of web development which enables the developers to determine the visual appearance of their websites. In CSS, classes are used as selectors which enables us to apply several specific styles to an element. You can also use multiple classes for a particular ... Read More

How to create Paradoxical effect using CSS?

Riya Kumari

Riya Kumari

Updated on 02-May-2023 16:10:57

227 Views

The Paradoxical effect is a visual effect which is used to create optical illusion of any object, element or text that appears to move in a contradictory way. This effect can be used to add interesting and unique element to your web page. This can be easily created using ... Read More

How to apply multiple transform property to an element using CSS?

Riya Kumari

Riya Kumari

Updated on 02-May-2023 15:52:04

2K+ Views

One of the most powerful features of CSS is the ability to apply multiple transforms to an element, which can be used to create stunning visual effects and animations. In this article, we will discuss how to apply multiple transform properties to an element using CSS, and we will provide ... Read More

How to align flexbox columns left and right using CSS?

Riya Kumari

Riya Kumari

Updated on 02-May-2023 15:48:49

16K+ Views

Flexbox is a powerful layout system in CSS which enables the web developers to create responsive and flexible web designs. With its ability to easily align and organize elements within a container, it has become a popular choice for building modern websites. However, aligning flexbox columns left and right can ... Read More

What is the use of star-preceded property in CSS?

Riya Kumari

Riya Kumari

Updated on 02-May-2023 15:46:50

104 Views

In web development, CSS (Cascading Style Sheets) enables the developers to determine the visual appearance and layout of a website. However, since different web browsers have varying levels of support mechanism for CSS, it can result in inconsistency while rendering the web pages by the compiler. To overcome this compatibility ... Read More

Primer CSS Typography Type Scale Utilities

Riya Kumari

Riya Kumari

Updated on 28-Apr-2023 17:46:39

121 Views

Primer CSS is a CSS framework collectively developed by various GitHub contributors. One of its components is typography which enables the developers to style the written content of the website. By applying these utility classes to the HTML elements, we can easily customize the visual appearance of our application. Here, ... Read More

4 Different Ways to Center an Element Using CSS

Riya Kumari

Riya Kumari

Updated on 28-Apr-2023 17:34:24

100 Views

When designing a webpage or document, it's important to ensure that elements are visually balanced and positioned correctly. One common task in web development is to center an element within its container. While it may seem like a simple task, there are multiple ways to achieve this using CSS. In ... Read More

How to create a Share Button with different Social Handles using HTML and CSS?

Riya Kumari

Riya Kumari

Updated on 28-Apr-2023 17:26:33

8K+ Views

In today's digital age, social media has become an essential part of our lives. Whether it's for personal or professional use, we all want to share our content with the world. That's where social sharing buttons come in handy, allowing users to quickly and easily share content on their favorite ... Read More

Bottom Half Hidden Text Revealer on Mouse Over in CSS

Riya Kumari

Riya Kumari

Updated on 28-Apr-2023 17:18:28

305 Views

Typography is used in web design to engage people, convey a message, and make a visual effect. Compared to print typography, digital typography allows web designers more fluidity and versatility. It's a crucial element in user interface design. It aids in building a strong visual hierarchy, establishing the website's general ... Read More

Advertisements