AmitDiwan has Published 11365 Articles

How to Create an On Scroll Fixed Navigation Bar with CSS?

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 15:30:50

4K+ Views

The fixed navigation bar fix on the web page using the position property and even on scroll it remains intact. It sticks to the top. On a lot of websites these days, the navigation bar fix to the top. The top property is also used. By specifying the CSS position ... Read More

How to create an image with a transparent background text using CSS?

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 15:29:21

490 Views

We can easily create an image with a transparent background text. Set a black background with 0.5 opacity using the CSS background property. Position this using the position property and place to the bottom of an image. Place the text there i.e., a transparent background text on an image. Let ... Read More

How to create an image overlay zoom effect on hover with CSS?

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 15:26:51

596 Views

The image overlay zoom effect on hover is visible on an image when the mouse cursor is hovered. For that, the :hover selector is used. The transition needs to be set for the overlay zoom using the transition property. Let us see how to create an image overload title on ... Read More

How to create an image overlay title on hover with CSS?

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 15:25:34

741 Views

The image overlay title on hover is visible on an image when the mouse cursor is hovered. For that, the :hover selector is used. The transition needs to be set for the overlay using the transition property. Let us see how to create an image overload title on hover with ... Read More

How to create an expanding grid with CSS and JavaScript?

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 15:23:35

445 Views

An expanding grid is a grid that expands when a box is clicked. It hides by default but gets expanded to 100% when the box is clicked once. We will create three equal columns that floats right next to each other. On clicking any of the grid column, the grid ... Read More

How to create an email newsletter with CSS?

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 15:21:50

122 Views

A form that includes the details to subscribe to an email newsletter, includes the name and email-address input fields. With that, a checkbox to subscribe for the daily newsletter can also be created for the users. Also, a button to subscribe to the newsletter can also be seen. We will ... Read More

How to create an avatar image with CSS?

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 15:20:06

962 Views

The avatar image on a website is a profile image visible under the author’s profile. Also visible under the team’s page where details of all the team members are visible on a company’s website. Let us see how to create an avatar image with HTML and CSS. Set the avatar ... Read More

Using WebP Images with Fallback in CSS

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 15:18:46

459 Views

To render a huge number of images in a website, it is advisable to use webp format as it provides better compression. We use the element to provide a fallback for unsupported browsers − ... Read More

How to create an animated search form with CSS?

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 15:08:07

190 Views

A lot of websites these days have an animate search box on the home page itself. On placing the mouse cursor within the search box, the search box width increases to make it easier for users to search. Let us see how to create such animated search form with HTML ... Read More

How to create an about / about us page for website with CSS?

AmitDiwan

AmitDiwan

Updated on 14-Dec-2023 14:59:06

642 Views

The about page of a website has the team details including the name, designation, contact details, contact button, etc. First, a container is set for the about page. Withing that, set the child containers for the column, card, person profile, etc. The profile includes the name, designation and a button ... Read More

Advertisements