<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <style> .yuan { padding: 10px; width: 300px; height: 50px; border: 2px solid #0000FF; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; } .text-center{ text-align: center; line-height:50px; } body{ color: red; } </style> <body> <div class="yuan text-center"> 圆角div </div> </body> </html>
关键字词: