CSS

By default unordered list have bullets. If you don’t need them, you can easily remove them by using following CSS code. ul { list-style-type: none; } If you need to remove indentation too, this can be easily done by following code: ul...

More
  • May 8, 2014

Sometimes it seems very frustrating to keep textarea in resizable mode. You can disable this property very easily by simple CSS rule. To disable resizable in all textareas in a page, use textarea { resize: none; } To disable resizable in selected...

More
  • May 6, 2014

Nowadays, it becomes easy for everyone including web designers, developers and bloggers to make a good and attractive website in less time by using CSS & HTML5 templates. From the past few years, there were a numerous CSS & HTML5 templates released...

More
  • April 11, 2014

Web developers always need some CSS tools to simplify their job. These tools act as time savers for them and aid the developers with modern designs and functionality. There are number of CSS tools and generators available for the web developers to...

More
  • April 9, 2014

Placeholder Styling with CSS Using HTML5 is not actually something great that you ought to do but yeah definitely it is one among those minor details that will differentiate your website from the other websites. Styling input element is easy and looks cool....

More
  • December 30, 2013
8 Best Free Stock Video Websites for Tiktok, Reels, and Shorts Top 5 PHP Frameworks: Fast and Secure