<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
p{
width: 300px;
height: 100px;
/* border:1px solid red; */
border-bottom: 1px solid red;
border-top: 1px solid red;
border-left: 1px solid red;
border-right: 1px solid red;
border-radius: 10px;
}
</style>
</head>
<body>
<p>윤곽</p>
</body>
</html>
'HTML·CSS' 카테고리의 다른 글
221221 HTML CSS 패딩마진 버튼 (0) | 2022.12.21 |
---|---|
221221 HTML CSS 패딩마진, box-sizing (0) | 2022.12.21 |
221220 HTML CSS 백그라운드 (0) | 2022.12.20 |
221220 HTML CSS display 실습 (0) | 2022.12.20 |
221220 HTML CSS display (0) | 2022.12.20 |