본문 바로가기
IT

라운드박스 CSS 샘플 코드

by 바다기획 2015. 12. 31.

모서리가 라운드(곡선) 형태로 부드럽게 처리된 박스(box) CSS 샘플 코드입니다. 웹디자인 시 사용하시기 바랍니다.


<html>

<head>

<title>Border Radius</title>

<style type="text/css">

p {

border: 5px solid #ee3e80;

padding: 20px;

width: 275px;

border-radius: 10px;

-moz-border-radius: 10px;

-webkit-border-radius: 10px;} 

</style>

</head>

<body>

<p>Pet Sounds featured a number of unconventional instruments such as bicycle bells, buzzing organs, harpsichords, flutes, Electro-Theremin, dog whistles, trains, Hawaiian-sounding string instruments, Coca-Cola cans and barking dogs.</p>

</body>

</html>




보도자료, 홍보하실 내용 있으시면 보내주시기 바랍니다. 블로그 포스팅 해 드리겠습니다.
내일신문 백재원 부장

반응형


댓글