Just
Some Drops

CSS Border Radius

border-radius in CSS is helping you to apply rounded corners. For a better browser support, you muse use this with the vendor prefix. This property has four values for each radii in the order top-left, top-right, botton-right and bottom-left. If bottom-left is omitted it is the same as top-right. If bottom-right is omitted it is the same as top-left. If top-right is omitted it is the same as top-left. If you give one value, it will be applied to all the radii.

Border top-left radius: 1 Border top-right radius: 1
Border bottom-left radius: 1 Border bottom-right radius: 1

Preview Panel

CSS Border Radius

CSS Coding

border-radius: 1em 1em 1em 1em

-webkit-border-radius: 1em 1em 1em 1em

-moz-border-radius: 1em 1em 1em 1em

-o-border-radius: 1em 1em 1em 1em

The Text Editor You'll Fall in Love With

Everyone requires a text editor to do their coding. Merely the most usual question asked is “Which one is the best?”. Well, if you want a great all around text editor, then download Sublime Text. This is the popular choice amongst web professionals because of its simplicity and low learning curve. It is available for all major operating systems on Windows, OS X, and Linux. Sublime Text 2 is already rocking and Version 3 is currently in beta.

Showing all your project files at the left side panel so you could easily navigate to any of your project related files.

Some of it’s features are:

  1. Can open files with only a fewstrokes and instany jumps to anywhere in the file.
  2. Editing the files side by side, or edit two locations in the one file.
  3. Customizing menus, snippets, macros and more.
  4. Distraction free mode is there to help you.
  5. Access any of your project files easily and instantly switches to any of the file.
  6. Color picker, alignment and package control.

There will be many more features that I missed. So if you still need something more, I recommend you this artocle Sublime editor features. A detailed page about this editor with many more interesting facts. And you can also download this editor by visiting this website.

Download