The basic Code for starting CSS based Layout body { text-align: center; min-width: 760px; } #wrapper { width: 720px; margin: 0 auto; text-align: left; } … more →
Victory the winnermr_blue wrote 2 months ago: Do you need some useful tips for better CSS coding ? Then I have something for you. The authors from … more →
frensraz wrote 5 months ago: 01. Keep CSS out of the markup. Linking and/or importing stylesheets would seem to be a no-brainer t … more →
frensraz wrote 5 months ago: (1) The main page of your web site should load in 8 seconds or less with a 56K modem. According to … more →
santosh setty wrote 7 months ago: Without css file you can see a web page/site, if css file is huge it makes web site load slow, so wh … more →
vijayta wrote 1 year ago: The basic Code for starting CSS based Layout body { text-align: center; min-width: 760px; } #wrapper … more →
vijayta wrote 1 year ago: Transparency using CSS filter add following code to your class or Id selector filter:alpha(opacity= … more →