CSS3 Rounded Corners

Size
1,726 Kb
Views
38,456

How do I make an css3 rounded corners?

The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements.. What is a css3 rounded corners? How do you make a css3 rounded corners? This script and codes were developed by Stathis Nikolaidis on 30 August 2022, Tuesday.

CSS3 Rounded Corners Previews

CSS3 Rounded Corners - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Rounded Corners</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul id="theList"> <li><div class="example_1">1</div></li> <li><div class="example_2">2</div></li> <li><div class="example_3">3</div></li> <li><div class="example_4">4</div></li> <li><div class="example_5">5</div></li> <li><div class="example_6">6</div></li>
</ul>
</body>
</html>

CSS3 Rounded Corners - Script Codes CSS Codes

.example_1 { height: 65px; width:160px; -moz-border-radius-bottomright: 50px; border-bottom-right-radius: 50px; background-color:#000; color:#fff;
}
.example_2 { height: 65px; width:160px; -moz-border-radius-bottomright: 50px 25px; border-bottom-right-radius: 50px 25px; background-color:#000; color:#fff;
}
.example_3 { height: 65px; width:160px; -moz-border-radius-bottomright: 25px 50px; border-bottom-right-radius: 25px 50px; background-color:#000; color:#fff;
}
.example_4 { height: 5em; width: 12em; -moz-border-radius: 1em 4em 1em 4em; border-radius: 1em 4em 1em 4em; background-color:#000; color:#fff;
}
.example_5 { height: 65px; width:160px; -moz-border-radius: 25px 10px / 10px 25px; border-radius: 25px 10px / 10px 25px; background-color:#000; color:#fff;
}
.example_6 { height: 70px; width: 70px; -moz-border-radius: 35px; border-radius: 35px; background-color:#000; color:#fff;
}
#theList li{ margin:10px; display: inline; float:left; text-align:center; line-height:65px;
}
CSS3 Rounded Corners - Script Codes
CSS3 Rounded Corners - Script Codes
Home Page Home
Developer Stathis Nikolaidis
Username stathisnikolaidis
Uploaded August 30, 2022
Rating 3
Size 1,726 Kb
Views 38,456
Do you need developer help for CSS3 Rounded Corners?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Stathis Nikolaidis (stathisnikolaidis) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!