노란색박스가 가운데로 오게하려면 어떻게 하나요?
<!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년 전
감사합니다~~~~~!!
게시판 목록
토크
개발과 관련된 어떤 얘기도 괜찮습니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3600 |
nature1235
|
10개월 전 | 431 | |
| 3599 |
swallow
|
2년 전 | 1341 | |
| 3598 |
swallow
|
2년 전 | 1187 | |
| 3597 |
swallow
|
2년 전 | 791 | |
| 3596 | 2년 전 | 1409 | ||
| 3595 | 2년 전 | 689 | ||
| 3594 | 2년 전 | 1407 | ||
| 3593 |
|
3년 전 | 1233 | |
| 3592 |
|
3년 전 | 1566 | |
| 3591 |
|
3년 전 | 1481 | |
| 3590 |
|
3년 전 | 1431 | |
| 3589 |
|
3년 전 | 1236 | |
| 3588 |
|
3년 전 | 1220 | |
| 3587 |
|
4년 전 | 1136 | |
| 3586 |
|
4년 전 | 1369 | |
| 3585 |
|
4년 전 | 1290 | |
| 3584 |
|
4년 전 | 1034 | |
| 3583 |
Arm코리아
|
4년 전 | 1130 | |
| 3582 |
|
4년 전 | 1239 | |
| 3581 |
|
4년 전 | 2193 | |
| 3580 |
|
4년 전 | 1265 | |
| 3579 |
|
4년 전 | 1296 | |
| 3578 |
|
4년 전 | 1530 | |
| 3577 | 4년 전 | 1668 | ||
| 3576 |
|
4년 전 | 1658 | |
| 3575 |
|
4년 전 | 1669 | |
| 3574 |
|
4년 전 | 2089 | |
| 3573 |
|
4년 전 | 1546 | |
| 3572 |
|
4년 전 | 1531 | |
| 3571 |
|
4년 전 | 1611 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기