border-radius란 무엇인가?

우선 예시를 통해 봐보자

먼저 이건 Radius를 주지 않은 출력본이다

Untitled

1, html 코드

<!DOCTYPE html>
<html lang="ko">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
    <link rel="stylesheet" href="./border.css" />
  </head>
  <body>
    <div class="container">
      <div class="item"></div>
      <div class="item2"></div>
    </div>
  </body>
</html>

2, CSS 코드