.border-radius (@radius) {
border-radius: @radius;
-moz-border-radius: @radius;
-webkit-border-radius: @radius;
}
run this script in your file less for add border radius in the ex. 15px at your div.
ex:
.mydiv {
.border-radius(15px)
}
ex:
.mydiv {
.border-radius(15px)
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.