<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>무제 문서</title>
<style type="text/css">
body {
margin:0;
width:100%;
background-image: url();
}
.main_wrap{
width:100%;
background-color:red;
valign:top;
height:300px;
}
.main_wrap .inner{
width:50%;
float:center;
height:100px;
background-color:yellow;
valign:top;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- 메인 -->
<div class="main_wrap">
<div class="inner">
sorry.
</div>
</div>
</body>
</html>
-------------------------------------
노란색박스 float:center; 해주는데도 가운데로 안와요..
그리고
.main_wrap .inner{
는
.main_wrap {}
.inner{ }
분리해도 상관없나요? 어떤차이가 있는지요?
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 18998 | |
| 18995 | |
| 18985 | |
| 18958 | |
| 18948 | |
| 18935 | |
| 18932 | |
| 18931 | |
| 18909 | |
| 18903 | |
| 18898 | |
| 18889 | |
| 18888 | |
| 18887 | |
| 18884 | |
| 18871 | |
| 18869 | |
| 18868 | |
| 18864 | |
| 18856 | |
| 18853 | |
| 18850 | |
| 18848 | |
| 18844 | |
| 18837 | |
| 18830 | |
| 18829 | |
| 18824 | |
| 18821 | |
| 18816 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기