Difference between revisions of "Team:BIT/Interlab/test1"

(Replaced content with "<html> <head> <style> div { text-align:center; border:2px solid #a1a1a1; padding:10px 40px; background:#dddddd; width:350px; border-radius:25px; -moz-border-radius:25px;...")
Line 2: Line 2:
 
<head>
 
<head>
 
<style>  
 
<style>  
div
+
div id=test
 
{
 
{
 
text-align:center;
 
text-align:center;
Line 16: Line 16:
 
<body>
 
<body>
  
<div>border-radius 属性允许您向元素添加圆角。</div>
+
<div id="test">border-radius 属性允许您向元素添加圆角。</div>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 03:12, 27 July 2018

border-radius 属性允许您向元素添加圆角。