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 |
CSS Border Radius
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
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:
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.