alignDiv.html
<!DOCTYPE html>
<html>
<head>
<meta charset="EUC-KR">
<title>Insert title here</title>
<style>
#bluebox {
background-color: blue;
color:white;
width: 150px;
height: 150px;
margin: 0 auto;
text-align: center;
}
</style>
</head>
<body>
<div id=bluebox>파란 상자</div>
</body>
</html>
'Programming > HTML' 카테고리의 다른 글
내용 구분하는 화면 (0) | 2020.02.18 |
---|---|
리스트 가리기 (details), 리스트 (0) | 2020.02.18 |
글씨체, 폰트, 구글 검색하여 변경 (0) | 2020.02.18 |
홈페이지 링크, 메뉴, hover, 안보이다가 마우스 올리면 보이기 (0) | 2020.02.18 |
checkbox 클릭으로 div 배경색상 변경 (0) | 2020.02.18 |