잡동사니에도 사랑을

[21.09.16] exam03(04_cssBoxModel) - 본문

JAVA_EE/CSS

[21.09.16] exam03(04_cssBoxModel) -

luvforjunk 2021. 9. 16. 21:15
728x90
반응형

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Insert title here</title>

</head>

<body>

        <h3>다양한 테두리</h3>

        <hr>

        <p style="border: 3px solid blue">3픽셀 solid</p>

        <p style="border: 3px none blue">3픽셀 none</p>

        <p style="border: 3px hidden blue">3픽셀 hidden</p>

        <p style="border: 3px dotted blue">3픽셀 dotted</p>

        <p style="border: 3px dashed blue">3픽셀 dashed</p>

        <p style="border: 3px double blue">3픽셀 double</p>

       

        <p style="border: 15px groove yellow">15픽셀 groove</p>

        <p style="border: 15px ridge yellow">15픽셀 ridge</p>

        <p style="border: 15px inset yellow">15픽셀 inset</p>

        <p style="border: 15px outset yellow">15픽셀 outset</p>

</body>

</html>

 

 

728x90
반응형

'JAVA_EE > CSS' 카테고리의 다른 글

[21.09.16] exam05(04_cssBoxModel) -  (0) 2021.09.16
[21.09.16] exam04(04_cssBoxModel) -  (0) 2021.09.16
[21.09.16] exam01(04_cssBoxModel) -  (0) 2021.09.16
[21.09.16] exam03(03_cssColorText) -  (0) 2021.09.16
[21.09.16] exam02(03_cssColorText) -  (0) 2021.09.16