
css
Get flash to fully experience Pearltrees
CSS Reference - MDN
Do you like simple and clean design? Take a look at this collection of buttons for your website. I love clean design and in general simple solutions to design nice and attractive elements for my websites. This tutorial illustrates how to design nice clean buttons using some lines of HTML, CSS code and proxal icon set . The result is something like this: Simple, clean and nice.
Beautiful CSS buttons with icon set
Different Stylesheets for Differently Sized Browser Windows | CSS-Tricks
Otherwise known as "resolution dependent layouts". Single website, different CSS files for rearranging a website to take advantage of the size available. There is a W3C standard way of declaring them. One way is to test the "device-width", like this:Often same website is to be displayed on different devices (desktop computers, mobile phones, smart phones, PDA devices) or printed. These display devices have different screen resolution and color depth. Obviously the different capabilities of these display (output) devices mean that we should style the same page differently on different devices. A large image header may look good on a PC screen, but most likely it is totally inappropriate for a smart phone with a limited screen size. Naturally the question arises - how to display the same text content on different devices using different styling and/or different images? The most straightforward approach is to use different web pages with different URLs for different display devices and then to direct different devices to these different URL addresses.

