노란색박스가 가운데로 오게하려면 어떻게 하나요?
<!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년 전
감사합니다~~~~~!!
게시판 목록
토크
개발과 관련된 어떤 얘기도 괜찮습니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3060 | 9년 전 | 1068 | ||
| 3059 | 9년 전 | 1161 | ||
| 3058 | 9년 전 | 1047 | ||
| 3057 |
|
9년 전 | 1550 | |
| 3056 | 9년 전 | 1083 | ||
| 3055 | 9년 전 | 1132 | ||
| 3054 | 9년 전 | 1905 | ||
| 3053 | 9년 전 | 1314 | ||
| 3052 | 9년 전 | 1446 | ||
| 3051 | 9년 전 | 1804 | ||
| 3050 | 9년 전 | 1383 | ||
| 3049 | 9년 전 | 1668 | ||
| 3048 |
씨에이치넷
|
9년 전 | 1943 | |
| 3047 |
|
9년 전 | 2258 | |
| 3046 |
|
9년 전 | 2176 | |
| 3045 |
|
9년 전 | 1861 | |
| 3044 |
씨에이치넷
|
9년 전 | 2002 | |
| 3043 | 9년 전 | 1231 | ||
| 3042 | 9년 전 | 862 | ||
| 3041 |
핫디자인1
|
9년 전 | 1369 | |
| 3040 | 9년 전 | 990 | ||
| 3039 |
핫디자인1
|
9년 전 | 988 | |
| 3038 |
핫디자인1
|
9년 전 | 1164 | |
| 3037 | 9년 전 | 1175 | ||
| 3036 | 9년 전 | 1420 | ||
| 3035 | 9년 전 | 1169 | ||
| 3034 |
jakeeeeel
|
9년 전 | 990 | |
| 3033 | 9년 전 | 1191 | ||
| 3032 | 9년 전 | 3544 | ||
| 3031 |
seul194
|
9년 전 | 1212 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기