본문 바로가기

HTML&CSS

CSS 둥근 모서리 // Rounded corners

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        p{background-color: yellowgreen;
            padding: 20px;
            width :300px;}
        #r1{border-radius: 50px;}
        #r2{border-radius: 20px;
            border-style: dotted;}
    </style>
</head>
<body>
    <h3>둥근 모서리 테두리</h3>
    <p id="r1">반지름 50px의 둥근 모서리</p>
    <p id="r2">반지름 50px의 둥근 점선 모서리</p>
</body>
</html>
http://colorscripter.com/info#e" target="_blank" style="color:#4f4f4ftext-decoration:none">Colored by Color Scripter
http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs