By default, buttons are boring. There is not point in sugar coating it. But, if you add just a few lines of CC to animate the buttons a tad the button will breath new life.
Coding
What are CSS filters and How do They Work?
To be honest some properties out there are a little ridiculous, CSS filters are one of them. They have an amazing capacity to transform images and webpages as a whole. That’s intense when you come to think about it, as some web browsers still can’t get border radius or @font-face right.
What are Media Queries and How Do They Work
CSS3 introduced a new concept, media queries, which revolutionized the web. Media queries allow the presentation of the content to be manipulated to a range of devices without actually changing the content itself.
What New and Helpful Things Have HTML5 Forms Brought Us?
Forms have never been that exciting if anything they have been tedious and difficult. But, with HTML5 in play for a while now we have been given amazing new input types and form attributes. Here is a quick post that will go over thirteen new input types, as well as fourteen new form, attributes that you should be very well familiarized with in a simple definition based format.
Creating a Simple and Effective 404 Page
Go ahead and take a look at the design of this 404 page; as you can see it is very clear. I have specifically chosen something so simple and clear so that we don’t get lost in the unnecessary bells and whistles.
The overall look and feel of this design is simple for the sake of the example; at the same time so is the layout. As I will explain to you shortly, a 404 page shouldn’t have a lot going on, so the layout is kept simple too. You don’t need clutter in any of your pages, including the error ones.
How to Create a Simple HTML5 Contact Form
In this tutorial, I will show you how to create a very simple, to the point contact form that will be very easy for you to understand. Creating a form in HTML5 only differs slightly as HTML5 brings in a few more attributes to the table that enhance the form filling experience making both developer’s and user’s life easier; besides that there isn’t much difference.