Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Learn how to create a Ribbon/Strip to highlight some important text using Pure CSS

Hii,  In this blog i am going to create a pure CSS ribbon or strip which can be used to display some important information,link etc with highlighted, eyecatching view on a webpage. While we create  any ribbon or strip design we must u...

An Overview On Sprite Images

  Hello readers, Today in my blog I will discuss about a new topic related to images i.e Sprite images. As in a web page it includes number of images whether small or even it could be icons or the buttons which basically takes a long...

How to make dashed border circle div?

Hello readers, Question is how to make dashed border circle div ? Its looks so easy but its not. For example below code - div{ height:100px; width: 100px; background-color: #ccc; border-radius: 50%; border: 3px...

How to create alert messages using css

Hi there. In a web page, we get a particular message for a particular action. For example, after completing a form, you receive a success message; on entering a wrong password, you receive a warning/error message etc. Thus, we know alread...

Type attribute of script and style ?

Hello Readers, Probably sometimes you see it when you use internal CSS, internal JS or in link text, and you are not if you are not using this (eg.- type="text/css"), also your script and CSS works. So why we need this? In the ...

How to make tooltip using pure css?

Hi all, Below is an example to make a tooltip using pure CSS. In this method, we are using custom HTML attribute which we are defined here as tooltip and we are using pseudo element. The best thing with this method or technique it works in ...

Vertical Wizard in CSS

Hello Readers! In this blog post, we will be preparing a vertical wizard.  A wizard is commonly seen on shopping websites (while placing an order) or when we fill a form. A wizard shows us the various steps we have to complete before fulf...

Create accordion menu using JQuery

Hello Readers Accordion menu is familiar to all of us. In this kind of menu, each menu item produces a dropdown menu on click. But when we click on another menu item, the dropdown for other menu items would close by themselves. Such a menu...

How to create horizontal wizard using CSS?

Hello Readers! Online shopping is a very common thing to do nowadays. We all must have tried our hands on it some time. It does save our money, and of course, a lot of time. Whenever we shop a product, we are made to go through various step...

CSS Counters

CSS Counters: CSS counters are similar to variable in a programming language. Counter values are incremented by rules define in CSS. Variables are required to manipulate counter value are as follows: counter-reset - This variable is used...

What is favicon?

Favicon was first used in march 1999, when Microsoftft released Internet Explorer 5 that time it was used to make tabs a favorites (bookmarks). Favicon is a small square 16×16 pixels image, Basically It is used on tab at the web browsers...

Progress bar with Gradient effect using jQuery

Progress Bar :-  Progress bars demonstrate the fulfillment rate of an operation or procedure. It can be utilized to demonstrate a client that how far along he/she is in a procedure. Below is the HTML, CSS and Jquery task, which show...

CSS Radial gradient property

Hii,  This blog is continuation with my previous blogs in which i had discuss about type of css gradient properties, In this blog i am going to share how to use css radial gradient property in different ways. Go through the following exam...

How to create paper curls on hover using css?

Hello Readers! In this blog post, we are trying something really interactive. Ever seen your notebook pages fold from the corners? Or did you just anytime fold it purposely to return to that page without much searching? Here’s the same t...

Notification Badge using in CSS

Hello Readers Notification Badge is the most important part of the webpage. You have probably seen notification badges somewhere, such as on Ecommerce sites, and Social Media Sites like: Facebook, twitter, LinkedIn etc. So, in this tutorial...

Types of Divider

Hello Reader This blog post will tell you how to make different types of divider between two HTML elements. There are total 10 dividers I will be providing here. The very first is a single line divider which we most commonly use. The second d...

How to create simple Chatbox Speech Bubble

Hey all! This blog post is about creating simple chatbox speech bubbles.  There are 4 separate classes. One for the chatbox conversation, second for the speech bubble, third and fourth for the two persons interacting respectively. The spe...

CSS Linear gradient property

Hi,  This blog is continuation with my previous blogs in which I had discuss type of CSS gradient properties, In this blog i am going share how to use css linear gradient property in different ways. Go through the following examples below...

Shapes of CSS

Hello Readers! In this blog post, let us learn how to create simple shapes that can be made even simpler using CSS. I am providing the code for 5 shapes we might be using then and now. Note that, all of the figures below use only a single HTML...

An Overview of javascript within a form

Hello everyone , Today in my blog with the help of an example i.e cake form I have illustrated the use of array, if and else statement and JavaScript functions .   Basically the form helps in calculating the price of the cake depending...

Speech Bubbles on hover

Hello Readers If you want to create speech bubbles using css3, here is the code that will help you. This blog post will tell you how to make CSS speech bubble without using any image. You need a <div> element. Though I’m u...

Using CSS gradient property in background

Hii, In this blog i am going share how to use css gradient property to increase visual appeal of your webpage. Go through the example below to learn how we can apply gradient property in background of any html tags in different ways. CSS gra...

CSS Parallax

Hello Readers! Have you ever looked out of a car window while driving and noticed how fast the electricity poles move by, while the mountains in the background move really slowly. This is what we say, parallax motion, in real. For a long ti...

Custom Checkbox and Radio Button

Hello all, In this blog today, I am going to show u how with the help of CSS, We can easily create custom checkbox and radio buttons. Following is the HTML and CSS code, which shows how to create your own checkbox and radio button.  ...

Custom checkbox bus seat ui, 3type checkbox reserved Seat, Select Seat & empty Seat

Customizing checkbox using Pure Css The checkbox you see below is nothing but the label and its input that is hidden or making its opacity to "zero" reason for doing this is, it has very less CSS styling property that will not satisf...

Learn how to create a slider with animation effects using simple code of jQuery

Hii, I had shared few example of animation effects using CSS and jQuery,This blog is continuation with my previous blogs on "animation effects" using CSS and jQuery Learn how to create a slider in html with different animation eff...

SlideToggle using JQuery

Hello Readers  The slide Toggles (slideToggle()) method is use toggle between slideUp() and slideDown() for the selected elements like(div, paragraph, etc..). This blog post will help you with displaying the navigation menu items in a ...

Disable dragging of ghost image in CSS

Hey Readers! Images are used in web pages to make them look more interactive and appealing. We must have surely noticed a thing about images. When you click on an image and drag it, there is a semi-transparent image that follows the mouse till...

Vertically center align text in CSS

Hello Readers. Center aligning text obviously gives it a more appealing look. Horizontal center align is what we do each day. But when it comes to vertical center align, things get a bit messed up. This too is easier with  a single word o...

How can I install LESS?

LESS is a css pre processor which extends the css language with some additional new features like declaring variables, mixins, functions and other techniques that allow us to make CSS more maintainable and extendable.   Installation ...

Shadow with Glow Transition

Hello Readers Box-shadow is a very interesting property of CSS3. It gives a glowing and blurring effect to the HTML elements. Box-shadow when used differently gives different visually appealing results. Some of them have been shown here. I hav...

CSS Triangle

Hello Readers. CSS gives us the freedom to draw many shapes and figures. But a triangle is one, that particularly amazes me. A triangle is made in 5 easy steps. Imagine a box with borders on all four sides with equal width. Notice how th...

CSS image zoom effect

Hey Readers, This is a fun image zooming effect. Zooming an image gives a closer look to it.  Zoom effect can be achieved with CSS too. To zoom an image, we first specify the dimensions of the original image (optional) and then give the d...

When to use img or CSS background image?

Hello Readers. There  are situations when we have  to decide to use either an <img> tag or a background-image. But then we think of the same visual outcome and choose at random among the two. Let us learn about the two and the ...

How to remove the dotted outline around anchor links?

Hello Readers. Anchor links (<a>'s), when become ‘active’ or ‘focused’, get a dotted outline around them. This is a default styling. Also, the color of the outline is the same as the color of the text. One ...

Changing the text color inputs placeholder

The placeholder attribute is a default  text inside an input box. It usually appears in light gray color. It gives a short hint  to the user describing the expected value in that  input field. This hint  appears in the field e...

How to make a text unselectable in an HTML page?

Hey people! We developers, deal with HTML pages every second. Every  HTML UI essentially has some text elements. It is very easy for a user to double-click this text and select it. And this makes them look bad. To solve the same, CSS pres...

Add shadow around the text

Hello Reader This blog will helps you to draw a shadow around the individual character same( like border ). We can use webkit stroke method but webkit disappears in other browsers!. It will set text color, stroke color and set 1px offset . ...

Basic differences between Margin and Padding

Hey Readers! This blog post will hopefully clear your doubts regarding the difference between CSS 'margin' and 'padding' properties. CSS Margin: The CSS margin property is used to specify the space around HTML elements . It ...

An overview of Bootstrap Grid System

Bootstrap is one of the most popular front-end frameworks. In this blog post, I will be discussing one of the most important concepts in Bootstrap: The Grid System. In web design, grids organise and structure content, and make the websites eas...

A simple home structure using CSS

Hello Readers! This blog post will show you a really simple "home" structure. We all must've drawn such homes at some time in our childhood days, but it gets even easier with CSS. The position - absolute and relative, have the ma...

One image changes to another, on hover

Hello, readers. This blog post will tell you how to get one image in place of the other on hover. The height and width of the images are 100% and the position is given absolute. Due to this, one image appears behind the other. The second thing...

An Overview To The Position Property In CSS

Hello reader's ,In todays blog we will discuss about the position property used in CSS.   Basically the position property specifies which type of positioning method used for an element such as static, relative, absolute or fixed. ...

Multiple Ways To Create Equal Height Columns Using CSS

Hello reader's , Today in my blog I will discuss about multiple ways to create equal height columns using CSS.   As working over some website , I found an issue related to the equal height of columns .   To resolve this ...

LightBox

LightBox is a plug-in we use to create image gallery with the image overlay effects. Like you must have Google for some images once in your life and on clicking on a particular image, the size of the image zooms out which we define as an overlay ...

An Animated Radial Menu Using CSS & JavaScript

Hello readers, We all have seen various animated Navigation Menus but in my blog I have tried to create An Animated Radial Navigation Menu using JavaScript and CSS3 property.   In my blog , I have made a circular menu list items which ...

Social Icons With Hover Effect Using CSS

Hello readers , In today's blog we will discuss about the Social Icons .   As we all are linked to the social media which help us to communicate over a vast social network and we can even share video, images, documents, file etc ov...

How to create flip effect horizontally and vertically to show images and text?

  Hello Readers , here is a simple blog on flipping effect horizontally and vertically using jquery flip() method  on mouse hover. On mouse hover image  will flip and we will see some text in a div having background color. ...

Sbiling in jquery with demo

It returns all the sibling elements of the element that you have selected. It allows you to go through the siblings of the matched elements in the DOM tree and creates a new jQuery object from the matching elements. Lets see how it works: ...

How to add divider with Icons using css

If you want to add divider between two div or in between your content, then code below will help you:   First we will create the div between the content or we can say that between two paragraph like <p> </p> div <p>&...
1 3 8
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: