0
제 웹 사이트와 약간의 차이를 만들고 싶습니다. 나는 내 콘텐츠 블록이 이 이동콘텐츠 오버레이 헤더
.header{
background:lightblue;
width:100%;
height:200px;
}
section.green{background:green}
section.red{background:red}
section{
width:100%;
}
section .container{
background:white;
width:80%;
height:700px;
margin:0 auto;
}
고마워, 나도 IE에서 일했다 :) –