◽ HTML & CSS & JS, jQuery

[CSS] 모서리 둥글게

See the Pen XWKBvzK by bfh3000 (@bfh3000) on CodePen.

 

 

 

 

1
2
3
4
5
6
7
8
9
<style>
.rounded {
  background: silver;
  height: 50px;
  width: 200px;
  border-radius: 5px;
}
</style>
<div class='rounded'>모서리</div>

 

 

 

 

 

 

 

 

푸터바