노란색박스가 가운데로 오게하려면 어떻게 하나요?

· 2016-03-09 (수) 11:31:22 · 1643 · 2

<!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개

float:center ----> margin:0 auto; 로 한번 해보시고요

.main_wrap .inner{ 이거는 main_wrap 안에 있는 inner 만 적용 될거고요

그냥 .inner 는 inner라는 클래스에 다 적용될 거고요

맞겠죠?
감사합니다~~~~~!!
댓글을 작성하시려면 로그인이 필요합니다.

토크

3,606건

오픈소스 관련 다양한 이야기를 자유롭게 나눠요

+
제목 글쓴이 날짜 조회
11-09-09 조회 2,053
11-09-07 조회 2,175
11-09-01 조회 1,846
11-08-31 조회 1,853
11-08-25 조회 2,160
16-07-20 조회 1,213
16-07-14 조회 1,293
16-06-12 조회 1,615
16-06-11 조회 1,429
16-06-05 조회 1,235
16-06-03 조회 1,341
16-04-27 조회 2,015
16-03-10 조회 1,734
16-03-09 조회 1,519
16-03-09 조회 1,644
16-02-18 조회 2,236
16-02-16 조회 4,018
16-02-03 조회 1,859
16-02-02 조회 1,876
15-12-22 조회 1,662
15-12-15 조회 1,709
15-11-20 조회 1,684
15-11-11 조회 2,990
15-11-01 조회 1,654
15-10-19 조회 3,215
15-10-18 조회 1,542
15-09-23 조회 2,046
15-09-14 조회 2,295
15-09-14 조회 2,840
15-09-11 조회 1,789