Devesh Chauhan has Published 56 Articles

Explain About the Ease Of Maintenance With CSS

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:52:22

180 Views

Cascading Style Sheets, or CSS in short, is used when we need to apply styles to our websites. The use of CSS makes it easier for us to make a website presentable. It separates the structure, which is made up of HTML document, from the presentation, which implies the part ... Read More

How to change background-color on a specific wider viewport in CSS ?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:51:27

850 Views

The method through which we can determine the device being used for surfing is by using what we call, “viewport” widths. In computer graphics, a viewport usually indicates the polygonal (often rectangular) area that is now being viewed by user. When we talk about viewports in a web browser, ... Read More

How to set cursor style that indicates any direction scroll using CSS ?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:50:32

359 Views

Before moving onto the topic, let us try to understand the importance of cursor as an UI element. We know that the very first thing a user interacts with in a website is mostly the cursor, this is why manipulating the cursor style and effects is the most important for ... Read More

How to set the table layout algorithm using CSS ?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:49:38

245 Views

In order to answer the question: “How to set the table layout algorithm using CSS”, we need to understand what is ‘layout’. A layout in HTML specifies the fundamental organization and visual style of a website. It gives you the ability to build websites with basic HTML tags. Table ... Read More

How hovering over a division element to gradually change the width in CSS ?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:48:04

552 Views

Whenever we want to gradually change the style of an element from one form of styling to some another style, whether it may be some interaction from user or through duration of stay on the site. You can use animations to change a lot of styles for any duration of ... Read More

Difference between -webkit-box-shadow & box-shadow in CSS

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:45:57

604 Views

As we already know that CSS provides us with a wide range of properties and pseudoclasses, which enables developers to add the desired styling to the element. One such property is box shadow property; it allows us to add a shadow like effect around the element. Box-shadow Property Box ... Read More

How to specify double border using CSS?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:43:34

509 Views

We know that CSS is a rule based, style sheet language that is used for designing and customizing the web page. They are used to specify how an html element is going to be formatted and displayed on the screen. One of the most common forms of styling that we ... Read More

How to set default value to align content in CSS ?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:41:46

282 Views

CSS is a language for the web, which is majorly used for designing and presenting the web page. It provides us with a lot of properties that will help in the customization process. One such property is the “align content property”. Align content property is used to distribute space, ... Read More

Why do we have External CSS and JS files

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:38:26

267 Views

In this article we will learn about the CSS and JS files. We will explore about their functions and different ways of using them in HTML document. And after learning about all these things we will understand why we have external CSS and JS files.CSS CSS stands for Cascading ... Read More

Why we should not use tables for HTML Layout?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:34:05

250 Views

In this article we will discuss about Table layout and its functions. We will understand why table layout is the least used layout in HTML and why it is not much recommended layout while designing website. A layout in HTML specifies the fundamental organisation and visual style of a ... Read More

Advertisements