<!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개
9년 전
float:center ----> margin:0 auto; 로 한번 해보시고요
.main_wrap .inner{ 이거는 main_wrap 안에 있는 inner 만 적용 될거고요
그냥 .inner 는 inner라는 클래스에 다 적용될 거고요
맞겠죠?
.main_wrap .inner{ 이거는 main_wrap 안에 있는 inner 만 적용 될거고요
그냥 .inner 는 inner라는 클래스에 다 적용될 거고요
맞겠죠?
9년 전
감사합니다~~~~~!!
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4084 | |
| 29 |
아우겐나이스
|
21년 전 | 4466 | |
| 28 |
아우겐나이스
|
21년 전 | 3493 | |
| 27 | 21년 전 | 5875 | ||
| 26 | 21년 전 | 3151 | ||
| 25 | 21년 전 | 6123 | ||
| 24 | 18년 전 | 3686 | ||
| 23 | 21년 전 | 3678 | ||
| 22 | 21년 전 | 4272 | ||
| 21 | 21년 전 | 3854 | ||
| 20 | 21년 전 | 4260 | ||
| 19 | 21년 전 | 6716 | ||
| 18 | 21년 전 | 4760 | ||
| 17 | 21년 전 | 7012 | ||
| 16 | 21년 전 | 4199 | ||
| 15 | 21년 전 | 2666 | ||
| 14 | 21년 전 | 5000 | ||
| 13 | 21년 전 | 3420 | ||
| 12 |
Recluse
|
21년 전 | 3906 | |
| 11 |
아우겐나이스
|
21년 전 | 3591 | |
| 10 |
Recluse
|
21년 전 | 3429 | |
| 9 | 21년 전 | 4042 | ||
| 8 | 21년 전 | 5205 | ||
| 7 | 21년 전 | 4790 | ||
| 6 | 21년 전 | 5729 | ||
| 5 | 21년 전 | 4147 | ||
| 4 | 21년 전 | 4877 | ||
| 3 | 21년 전 | 4777 | ||
| 2 | 21년 전 | 3280 | ||
| 1 | 22년 전 | 4368 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기