My job involves creating web pages, and though that does not mean I need to make them beautiful, I sure like to make things look nice. Ever time I come across some magazines and especially those well-designed advertisements in them, I wonder to myself, “man, I wish I could use those fonts for my websites.” Unfortunately, [...]
Archive for the ‘web’ Category
Finally found those websafe fonts, sort of…
Posted in Softwares, web on February 3, 2010 | Leave a Comment »
Centering a block using CSS
Posted in web, tagged css on January 17, 2010 | 3 Comments »
Many times, I’ve found myself in the need of a solution to center a block in a webpage. This problem is complicated if the parent block has a variable width, for example, when the parent block is body. In the past, I used the trick of negative margin. For example, if the block has a [...]