<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>마무리 문제 2</title>
<style>
.container {
width:300px;
height:70px;
margin:0 auto;
background-color:#444;
}
h1 {
text-align: center;
line-height: 70px;
color:white;
text-shadow:3px 2px 5px black;
}
</style>
</head>
<body>
<div class="container">
<h1>웹 개발 기초</h1>
</div>
</body>
</html>
결과 :마무리 문제 2
'css' 카테고리의 다른 글
7장 마무리 문제 4 (0) | 2023.03.26 |
---|---|
7장 마무리 문제 3 (0) | 2023.03.26 |
7장 마무리 문제 1 (0) | 2023.03.26 |
7장 예제 - 표 스타일 다양하게 적용하기 (0) | 2023.03.26 |
7장 실습-목록을 사용하여 세로 메뉴 만들기 (0) | 2023.03.25 |