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

· 2016-03-09 (수) 11:31:22 · 408 · 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라는 클래스에 다 적용될 거고요

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

퍼블리셔톡

300건
+
제목 글쓴이 날짜 조회
16-03-10 조회 463
16-03-09 조회 461
16-03-09 조회 409
16-02-18 조회 1,437
16-02-16 조회 612
16-02-03 조회 689
16-02-02 조회 857
15-12-22 조회 806
15-12-15 조회 850
15-11-20 조회 869
15-11-11 조회 1,246
15-11-01 조회 781
15-10-19 조회 1,250
15-10-18 조회 769
15-09-23 조회 793
15-09-14 조회 1,491
15-09-14 조회 1,732
15-09-11 조회 1,017
15-09-02 조회 1,542
15-09-02 조회 1,269
15-09-01 조회 1,285
15-08-28 조회 1,652
15-08-20 조회 1,552
15-08-13 조회 1,122
15-08-12 조회 1,265