In this post we will see how we can create a dark design login form/page with css and html. We will also use Google fonts and Bootstrap in making our Login form. The login page will be having forget password and login with facebook and google option too. So let’s begin. We will use Google […]
Category: CSS

Awesome looking Login Page with CSS and HTML only
In this post we will create an awesome looking Login Page using CSS and HTML only. The page will have a background image and it will be covered with a blueish gradient CSS background color. The login page will be having forget password and login with facebook and google option too. So let’s begin. We […]

Free Open source CSS Templates for your next web Project
Below are some great looking CSS templates which are open source project to integrate in your next web project. These site templates are all slick, minimalist and responsive templates. Download links provided with its creators website link. I do not own any of these templates or work. Free CSS Templates Download CSS Free Template 1: […]

ASP.NET Custom Fonts using CSS
In this post let’s see how we can use custom fonts in our ASP.NET Website. Fonts are an important part of our website application. Using the right font in our web application will make it look more elegant and appealing to our users. You can also use Google Fonts in your Website directly if you want […]

ASP.NET Styling Buttons Using Bootstrap CSS
Using Bootstrap in our ASP.NET Website application can make our web application responsive and make UI look more redefined and attractive to our users. Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. So, let’s design ASP.NET Buttons using Bootstrap CSS. Step 1 : Reference the Bootstrap StyleSheet in inside “<head>” […]

Create CSS Text Gradient Pattern – An Easy way
CSS Text Gradient Generator.In this post I’ll show how we can create a gradient pattern text in html using CSS. To generate gradient pattern we need to set background property of our text to a gradient pattern. And important thing is “-webkit-background-clip” property. We need to set -webkit-background-clip property to text to create css text gradient. Below […]

CSS Typing animation example
CSS Typing animation example In this post, I’ll be sharing the code to create the CSS typing effect in web pages. You can integrate this code in your .NET pages, php pages, html also. Typing animation makes a web pages looks cooler. This effect which I’m mentioning here has the backspace effect also. So you can […]