Web Design Archive

I recently started learning the basics of CSS3 features that you can use to create tiny animations.One of the simple css3 technique that many websites use on their comment section is to display the user’s photo in a circle

Read More...

Typographic fonts enhances the readability of the web content and provide a rich look for the text.UI Designers usually try out different fonts to choose the best match for the design.Calligraphic fonts are the popular choice of many including myself

Read More...

You can call a website responsive if the design adopts itself according to the device it is viewed on.A website should re align based on the device viewport width. I have been working on converting my ordinary website to a responsive one and I want to share the tips here. Also Read : Online Tool to create Responsive grid layouts Optimize web page load time using Google page speed tool

Read More...

The most important part of increasing the webpage performance is to reduce the number of http requests,Which can be achieved by CSS Sprites.Sprite images require single http request to load the sequence of images but usually the sprite images are somehow difficult to construct and there is no automated tool available.Data URI is the alternate way of performance improvement instead of css sprites

Read More...

There is some around the web designers about the responsive ness of a website.A responsive website is just similar to a normal website that adopts itself perfectly to all types of screens(viewports) and devices when viewed on.When a visitor enters your website through a smartphone should see the mobile version of the webpage rather than the normal desktop version

Read More...