=============================코드=============================
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<style type="text/css">
.txt {
background-color: yellow;
width: 25%;
height: 90px;
margin: 10% 0 0 10%;
border-style: dashed;
border-width: 0.3em;
border-color: red;
padding: 20px; /* 안쪽 여백 */
line-height: 1.7;
font-weight: bold;
font-size: 18px;
}
</style>
</head>
<body>
<div class="txt">
* [4월] 주말 특강(무료교육) 안내 <br/>
* [웹 퍼블리셔] 웹 퍼블리셔 관련 무료 교육 : 2024/04/20 <br/>
* [무료교육안내] 구트아카데미학원 : 02)837-9922
</div>
</body>
</html>
스타일 적용 전

스타일 적용 후

=============================코드=============================
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<div class="round">
오백년 도읍지를 팔마로 돌아드니<br/>
산천은 의구한데, 인결은 간데없네<br/>
어즈버 태평년월이 꿈이런가 하노라
</div>
</body>
</html>
스타일 적용 전

스타일 적용 후
