css

How to Create 3 Column Web Template

Submitted by velmaxtechnologies on
Hello, dear developers. I have developed this source code to demonstrate how to code a three column layout website design. I have used external Cascading Style Sheet. This Template contains one HTML file called index.html and one CSS file called style.css Download and use for free. Take a look for the source code. Markup Code Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eget

Flip Effect: Log In and Sign Up

Submitted by mark gerryl mi… on
Simple login and sign up form built in bootstrap. A flip effect to change from login form to signup form. Easier to direct to other forms without reloading the page. Another way than using the tab class. Hope you like it. Sample Source Code This simple source code for the Log In Form for the user, where they can type their username and password to log in​. LOGO Forgot Password LOG IN Sign in with

CSS Filter Effects: Brightness, Contrast, Grayscale, Saturate, and Sepia Part I

Submitted by alpha_luna on
If you are looking for about CSS Filter Effects then you are at the right place. Filters effect was primarily part of the SVG or it’s called Scalable Vector Graphics. Short information about SVG, SVG is a markup language that describes the two-dimensional graphics kind of application or an image and it is a set of related graphics script interfaces.

CSS Animation Play State

Submitted by alpha_luna on
CSS animation-play-state In this tutorial we are going to learn about animation-play-state. So, what is animation-play-state? The animation-play-state property specifies whether the animation is paused or running. Syntax of this property: animation-play-state: paused | running | initial | inherit ; Property Values paused - specifies that the animation is paused. running - specifies that the

Responsive Navigation Menu using jQuery and CSS

Submitted by alpha_luna on

Responsive Navigation Menu using jQuery and CSS

If you are looking for Responsive Navigation Menu using jQuery and CSS then you are at the right place. I created this simple tutorial using jQuery and CSS, and this kind of tutorial I found in Github, then I used this in my project and it was very helpful to me.

Facebook Notification Popup

Submitted by alpha_luna on
If you are looking for Facebook Notification Popup using CSS and jQuery then you are at the right place. Are you looking for Facebook UI features, this simple article will help you to create Facebook-style notifications popup using CSS, HTML, and jQuery. The user will understand how CSS elements important to improve a web design.