Tanmay Chandhok has Published 20 Articles

CSS Viewer Chrome extension which is made for developers

Tanmay Chandhok

Tanmay Chandhok

Updated on 20-Jul-2023 17:09:00

129 Views

CSS viewer extension is a chrome extension which acts as a property viewer and was made by Nicolas Huon. The user has to click on the toolbar icon and then he can hover his cursor on any element to view the element’s properties. The CSS viewer extension requires the permission ... Read More

What is contextual selector in CSS?

Tanmay Chandhok

Tanmay Chandhok

Updated on 19-Jul-2023 15:26:00

848 Views

Contextual selectors allow the developer to select different types of styles for different parts of the document. In CSS, the developer can either specify styles directly or by making certain classes. The contextual selector will only apply the style to the elements which are specified. A parent-child relationship between elements ... Read More

What are the classes of breadcrumb in Materialize CSS?

Tanmay Chandhok

Tanmay Chandhok

Updated on 24-Feb-2023 14:55:34

129 Views

Materialize is a CSS framework which is used for designing as it uses the classic principles and combine them with innovation and technology. The creator of materialize is google as they developed a design system which can allow a unified user experience to every user in every type of product, ... Read More

How to create sliding text reveal animation using HTML and CSS?

Tanmay Chandhok

Tanmay Chandhok

Updated on 24-Feb-2023 14:53:38

3K+ Views

You might have seen sliding text reveal animation at different websites like personal portfolio websites and even different video content which gives a different experience to the user as well as the text feels more lively. The sliding text animation can be easily made using HTML and CSS which will ... Read More

A text- portrait using CSS?

Tanmay Chandhok

Tanmay Chandhok

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

374 Views

Styling a website is the most integral part of creating a website, as it serves as a hook-point for the user, who is visiting your website for the first time. We can create many types of designs and interactive experiences using CSS. A text portrait can be created used illustrator ... Read More

How to style every element that have adjacent item right before it?

Tanmay Chandhok

Tanmay Chandhok

Updated on 24-Feb-2023 13:49:31

49 Views

Selectors are an important part of the CSS styling as all the properties which are applied to the elements are done using the selectors> it is also possible to select the elements on the basis of their relationship with some other element like a element which has a preceding element ... Read More

How to scroll to a particular element or skip the content in CSS?

Tanmay Chandhok

Tanmay Chandhok

Updated on 24-Feb-2023 13:43:07

305 Views

When visiting certain websites, the user may feel the need to skip the content which is irrelevant and jump right to the content in which the user is interested in and there are many ways to do so in CSS. The user may want to click on a button or ... Read More

Making a Div vertically scrollable using CSS

Tanmay Chandhok

Tanmay Chandhok

Updated on 18-Jan-2023 18:41:33

409 Views

There is a possibility that the content that we are going to use in our website may be huge and may take a lot of space which means that the other elements of the website might get displaced which can hamper the responsiveness of the website. To avoid such incidence, ... Read More

Is it possible to prevent the users from taking screenshot of webpage?

Tanmay Chandhok

Tanmay Chandhok

Updated on 18-Jan-2023 18:35:08

15K+ Views

While browsing through the internet a user might find the need to capture something in order to present or to show to someone, but sometimes there might be sensitive information on a webpage which the developer might not want the user to screenshot it. The user can press the function ... Read More

How to place image or video inside silhouette?

Tanmay Chandhok

Tanmay Chandhok

Updated on 18-Jan-2023 18:22:42

146 Views

You might have come across websites in which you might have seen an image or a video being played in a silhouette. A silhouette can be an image, an object, person or an animal which is represented in black color and it makes the outline of the subject. We can ... Read More

Advertisements