Found 1594 Articles for CSS

How to Create Glassmorphism Sidebar in HTML and CSS?

Thomas Sankara
Updated on 06-Sep-2024 12:19:43

190 Views

Glassmorphism is a design trend that makes elements appear translucent on the user interface. You may have seen on some websites a few components are semi-transparent looks like frosted glass which is an example of glass morphism. The morph part of glass morphism implies depth to elements, that is, elements appearing higher or lower than others about the view of the user. Approach to Create Glassmorphic Sidebar In this article, we are going to build a glass morphic sidebar in HTML and CSS. Let's begin. Step 1: In this step, we will ... Read More

How to Vertically Align the Text with a Large Font Awesome Icon?

Vikash Kumar
Updated on 26-Aug-2024 09:37:05

194 Views

This article provides a complete guide on how to Vertically Align Text with Large Font Awesome Icons with the help of CSS. it is very challenging when aiming for perfect vertical alignment. This article will explore various methods to vertically align text with a large Font Awesome icon using CSS. Approaches to Vertically Align the Text with a Large Font Awesome Icon There are three different approaches to vertically align the text content along with large font awesome icon using CSS. Using Flexbox Using Inline-Block and Vertical Align ... Read More

HTML and CSS Projects

Sabyasachi Samadder
Updated on 09-Aug-2024 16:09:20

728 Views

To build your career in front-end development, projects are important and you have to start with HTML and CSS. Before you start with these projects we will recommend you create basic components like layouts, lists, tables, forms, etc. HTML and CSS Projects These HTML and CSS projects cater to all skill levels from easy to hard. Gain hands-on experience and improve your web development capabilities with us. List of HTML & CSS Projects ... Read More

How to disable form fields using CSS or JavaScript?

Vikash Kumar
Updated on 30-Jul-2024 12:31:16

952 Views

The form fields can be disabled with the help of CSS, and JavaScript. In this article, we will learn to disable the form input fields with the help of CSS. Sometimes we need to disable form fields for various reasons, such as preventing user input before certain conditions, or for other purposes. The disabled form field means the user can not interact with the input field. Approaches to Disable Form Fields There are two approaches to disabling the form input field, we will explain each approach in detail with code examples. Disable Form Fields ... Read More

How to add a Login Form to an Image using HTML and CSS?

Yaswanth Varma
Updated on 02-Jul-2024 17:51:28

1K+ Views

The login form on an image can be found on many websites. An organization that organizes a special event might have a website with a picture of the event and a login form, or a restaurant might have a website with pictures of the restaurant. In such case we use image to make a login or signup. Compared to a standard login or registration form, this layout makes the website more appealing. In order to create a login form on a picture, we only need HTML and CSS. Before we dive into the article let’s have a quick view ... Read More

Creating a Navigation Bar with three Different Alignments using CSS

Yaswanth Varma
Updated on 22-Jan-2024 14:33:15

373 Views

In HTML, a navigation bar is a group of buttons and images arranged either in a row or a column and used as a control site for linking particular webpages. It is regarded as one of the fundamental tools used in web design. Without affecting the content of the pages, the HTML navigation bar separates structure from content and adds creativity to the layout of the website. Using HTML, we create a navigation bar, and CSS gives it a beautiful appearance. Additional functionality may be added using JavaScript. In HTML, a navigation bar can be implemented in a variety of ... Read More

Create a Circular Progress Bar using HTML and CSS

Yaswanth Varma
Updated on 22-Jan-2024 13:47:10

1K+ Views

A progress bar displays the status of a procedure within an application. A progress bar shows how much of the process has already been completed and how much is still left to do. The various components of the progress bar will be designed using HTML, and the progress bar itself may be modified using CSS properties. Progress bars are frequently used on websites to highlight particular data in a more appealing way for users. One advantage of employing a circle progress bar over a standard (horizontal) progress bar is that you can accommodate more progress bars in one row, showing ... Read More

Create a Search Bar using HTML and CSS

Yaswanth Varma
Updated on 17-Sep-2024 14:34:05

2K+ Views

To create a search bar using HTML and CSS, we can use simple form elements and basic CSS properties. Search box is most commonly used component in a website which makes navigation easier. In this article, we will be understanding how we can create a search bar with search button using HTML and CSS. We are having a text type input box and a button in this article, our task is to create a search bar using HTML and CSS. Steps to Create a Search Bar Using HTML and CSS First we have created ... Read More

Create a Sticky Social Media Bar using HTML and CSS

Yaswanth Varma
Updated on 22-Jan-2024 13:41:17

676 Views

Utilizing social media helps your internet business attract more clients. Any website can benefit greatly from social media buttons, which enable users to receive updates directly from the website. Additionally, a sticky social bar helps to boost visitors to your website and grows your social media following. In this article we will discuss how to use CSS to make a sticky social media bar without affecting the look and feel of your website. Several jQuery plugins are available for floating sidebars, however they could affect the speed and appearance of your website. We'll use CSS code to add an animated ... Read More

Design a calendar using HTML and CSS

Yaswanth Varma
Updated on 23-Oct-2024 15:07:27

4K+ Views

To design a calendar using HTML and CSS, we will be using HTML tables. We use calendar in our daily life to check the dates, schedule any event and many more. In this article, we will understand how we can design a calendar using HTML and CSS only. We will be using HTML table to create the structure and use CSS properties to design the UI of calendar. Steps to Design a calendar Using HTML and CSS We will be following below mentioned steps to design a calendar Using HTML and CSS. Structuring the Calendar ... Read More

Previous 1 ... 4 5 6 7 8 ... 160 Next
Advertisements