Applying a border-radius through CSS you get rounded corners
by tutorialsw3.com - May 23, 2019
You can give any element “rounded corners” by applying a border-radius through CSS.
.example1 {
border-radius: 10px;
background: #BADA55;
}
.example2 {
border-radius: 10px;
border: 3px solid #BADA55;
}
It’s really not necesssary anymore, but for the absolute best possible browser support, you could prefix with -webkit- and -moz-:
Read more on: CSS rounded corners
.round {
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
Setting Each Corner. CSS round borders apply to all four edges when you use the border-radius shorthand
The CSS border-radius property defines the radius of an element's corners. Tip: This property allows you to add rounded corners to elements!
css rounded corners

Who we are.
This is a small web programming guide, a tutorial for those who want to learn PHP on their own. The site is presented as an online course containing PHP lessons, explanations and examples, as well as practical applications.
The site is addressed to people who want to get started in web programming. Careful! PHP means programming. It is true that a web developer must have a minimum knowledge of web design (HTML, CSS, JavaScript and others), but this site only deals with programming issues.
The site is addressed to people who want to get started in web programming. Careful! PHP means programming. It is true that a web developer must have a minimum knowledge of web design (HTML, CSS, JavaScript and others), but this site only deals with programming issues.
Latest articles added
css | Css rounded corners |
html | Html input size |
css | Css background image opacity |
css | Css background image size to fit screen |
php-mysqli | Mysqli_fetch_array |
html | Html div style class tutorial |
The best articles
Learn how to make a website and set it up. This site contains different tutorials on how to build a website using HTML, PHP, SQL
In order to work with PHP and to practice all the examples in this course, you have to have access to a computer that has installed: a server (for example Apache), a PHP module and MYSQL.
SQL (Structured Query Language)is a domain-specific language used in programming and designed for managing data held in a relational database management system
Stories
- Paphos, Larnaca, Limassol, Nicosia. Ce-i de vizitat
- Paphos, Larnaca, Limassol, Nicosia. Ce-i de vizitat
- Paphos, Larnaca, Limassol, Nicosia. Ce-i de vizitat
- Paphos, Larnaca, Limassol, Nicosia. Ce-i de vizitat