Tweet
SIGN UP
MEMBER LOGIN:
TECHNOLOGIES
.NET 4.5
.NET Remoting in C#
Active Directory C#
ADO.NET in C#
AJAX in C#
Algorithms in C#
Android Programming
Articles C#
ASP, JavaScript, CSS
ASP.NET Controls in C#
ASP.NET MVC with C#
ASP.NET Programming
BizTalk Server
C# Assemblies
C# Language
C# Tutorials
C, C++, MFC
Career Advice
Chapters
Cloud Computing
COBOL.NET
Coding Best Practices
COM Interop
Compact Framework
Cryptography C#
Crystal Reports C#
Current Affairs
Custom Controls C#
Databases & DBA
Deployment
Design & Architecture
DirectX C#
Enterprise Development
Error Zone
Exception Handling C#
Expression Studio
F#
Files, Directories in C#
Financial Applications
Games Programming C#
GDI+ & Graphics
Hardware
How do I
HTML 5
Internet & Web
iPhone/iPad
Java
Java and .NET
JQuery
JSP
Leadership
Learn .NET
LINQ with C#
Metro Style Apps in C#
Mobile & Embedded
MonoDevelop
MSMQ in C#
Multithreading in C#
Networking
Office Development
OOP/OOD
Operating Systems
PHP
Printing in C#
Products
Project Management
Reports using C#
Robotics & Hardware
Security in .NET
SharePoint
Silverlight with C#
Smart Devices
Speech in C#
SQL
SQL Server 2012
String in C#
Team Foundation & VSS
Testing
Visual Basic .NET
Visual C#
Visual Studio .NET
Visual Studio 11
Visual Studio 2010
VS LightSwitch 2011
WCF with C#
Web Forms C#
Web Services in C#
WebForms Controls
Windows 8 in C#
Windows Controls C#
Windows Forms C#
Windows Phone in C#
Windows PowerShell
Windows Services in C#
Workflow Foundation in C#
WPF with C#
XAML with C#
XML in C#
XNA with C#
FORUMS
BLOGS
VIDEOS
INTERVIEWS
CERTIFICATIONS
DOWNLOADS
BOOKS
LINKS
NEWS
Learn .NET in 60 days – Part 1 (13 Labs)
Learn MVC (Model view controller) Step by Step ...
Learn C# Corner - Home
Using Border Radius and Gradients in CSS3: Part I
Learn C# Corner - Footer
Learn .NET and C# in 60 Days Lab13(Day 5): - C ...
iPhone 5 First Look
Samsung Galaxy Note Review
WCF - Authentication and Authorization in Ente ...
How to write a good article on C# Corner
Blog
Rounded Corners in CSS3
Posted by
Mahak Gupta
in
Blogs
|
ASP, JavaScript, CSS
on
Jan 07, 2012
Here we take an example by which we can understand that how we can use the border-radius property for rounded corners.
Tweet
928
1
0
Download Files:
Rounded Corners in CSS3.rar
Here we take an example by which we can understand that how we can use the border-radius property for rounded corners.
<html>
<head>
<style type="text/css">
div
{
border:3px solid #800000;
background:pink;
padding:20px 50px;
width:300px;
border-radius:28px;
-moz-border-radius:28px;
/* For Firefox */
-webkit-border-radius:28px;
/* For Safari and Google Chrome */
}
</style>
</head>
<body>
<div>My name is mahak gupta.</div>
</body>
</html>
share this blog :
Clip Property Of CSS
HTML Codes
Related Blogs
Text-Shadow Effects in CSS3
Backgrounds and Text Shadow Property of CSS3
border-image property in CSS3
animation-iteration-count property in CSS3
backface-visiblility property in CSS3
Box-Flex Property In CSS3
post comment
It does not work in IE 6,7,8. have you something for IE.....
Posted by
Uma Shankar
on
Jan 09, 2012
Sponsored by
Become a Sponsor
More Blogs from this Blogger
Number of ways to develop WCF Services
Simple example of TextBox control in WPF
border-image property in CSS3
parseInt function in javascript
Change the content of the element using load method in jquery
after mehod in jquery
prepend method in jquery
SELECT INTO Statement in SQL
replace method in JavaScript
wbr tag in HTML5
View All
Latest Blogs
WebPart Collector or WebPart Finder
Free Ride is Over for Desktop Developers in Visual Studio 11
DotNet developers most used application/tools launching through 'Run'
80-inch Windows 8 Tablet
Data encapsulation
Option to access the Column Names in Data table
Open multiple windows in browser startup. (Multiple homepages option)
I'm Sorry
const and readonly
Address, Binding and Contract in WCF
View All
Sponsored by
Become a Sponsor