internal형식 - wkdalfo12/project_study GitHub Wiki
<meta charset="UTF-8">
<title>css</title>
<style>
.box{border:1px red solid; width:100px; height:100px;}
</style>
</head>
<body>
<div class="box">text</div>
<div class="box">text</div>
</body>
div class 부분이랑 style 안에 .box 부분이랑 연결시켜주어 스타일 1번만 지정해주면
바디안에 있는 div 전부 스타일 한번에 적용됨!편한방식