노란색박스가 가운데로 오게하려면 어떻게 하나요?
<!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년 전
감사합니다~~~~~!!
게시판 목록
토크
개발과 관련된 어떤 얘기도 괜찮습니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3120 | 9년 전 | 806 | ||
| 3119 | 9년 전 | 1470 | ||
| 3118 | 9년 전 | 1408 | ||
| 3117 | 9년 전 | 1099 | ||
| 3116 | 9년 전 | 717 | ||
| 3115 | 9년 전 | 731 | ||
| 3114 | 9년 전 | 678 | ||
| 3113 | 9년 전 | 876 | ||
| 3112 | 9년 전 | 1422 | ||
| 3111 | 9년 전 | 1211 | ||
| 3110 | 9년 전 | 920 | ||
| 3109 | 9년 전 | 1295 | ||
| 3108 | 9년 전 | 955 | ||
| 3107 |
|
9년 전 | 793 | |
| 3106 | 9년 전 | 1140 | ||
| 3105 | 9년 전 | 2729 | ||
| 3104 |
o1o111
|
9년 전 | 1263 | |
| 3103 | 9년 전 | 619 | ||
| 3102 | 9년 전 | 531 | ||
| 3101 | 9년 전 | 723 | ||
| 3100 | 9년 전 | 565 | ||
| 3099 |
크레용웍스
|
9년 전 | 620 | |
| 3098 | 9년 전 | 923 | ||
| 3097 | 9년 전 | 840 | ||
| 3096 | 9년 전 | 1104 | ||
| 3095 |
|
9년 전 | 918 | |
| 3094 | 9년 전 | 698 | ||
| 3093 | 9년 전 | 611 | ||
| 3092 | 9년 전 | 587 | ||
| 3091 | 9년 전 | 714 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기