0
이전 질문에 사과드립니다 !! 나는 HTML과 CSS에 익숙하지 않아서 stackoverflow에 익숙하지 않고 이것을 사용하는 방법을 모르고있다. 초보자를위한 첫 수업을 듣고 있는데, 예를 들어 프로젝트로 그것을 복제해야합니다. 이 일을 제대로하지 않으면 알려주세요.하지만 지금까지 내 코드가 지금까지와 같이 보이는 것입니다 ... 저는 계속해서 코너가 둥글게되고, 자신 만의 페이지가 확장되어 항상 바닥 글과 함께 나타납니다. 바닥. 흰색 바깥 쪽.마진 다시 도움
는<div id="header">
<h1>H E A D E R</h1>
</div>
<h1>My first project!</h1>
<p>blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah</p
<div id="footer">
This is my test footer. I want it to go outside the white area.. To be specific, I want it on the pink below the white. The problem is, when I set the body height to a certain percent, the page doesn't extend on it's own.
</div>
h1 {
color:purple;
text-align:center;
}
html {background-color:pink;
background-attachment:fixed;
}
body {
background-color:white;
border-radius:20px;
margin-right: 245px;
margin-left: 240px;
margin-top: 100px;
}
#header {
background-color:#6F5997;
border-top-right-radius:15px;
border-top-left-radius:15px;
padding:50px;
}
시작을위한 머리말과 꼬리표 – Billy
나는 그들을 제외하고 가지고 있었다 : ... S – Rachel
왜 ??????????? – Billy