Useful Stuff

Nice notification styles

Today we are going to look at the design of CSS Notification Boxes.

Notification or Alert Boxes are a great way to inform the user of a variety of messages, such as error messages, success messages, warning messages and general notification.

A great example for using these notification boxes would be for user registrations for a website, if for example the user made an error during registration, you could use an alert box to inform the user of the particular error. If however everything was correct, you could alert the user that registration has succeeded and that they can now login.

In this tutorial, we are going to look at how to create a range of the most popular notification boxes:

http://tympanus.net/Development/NotificationStyles/

1. Error Box
2. Success Box
3. Warning Box
4. Notice Box

Hope this helps.

Cheers!

Palak

Leave a Reply

Your email address will not be published. Required fields are marked *