회원 가입을 위해 정보를 입력해주세요 과제 정답지 어디가면 알 수 있나요?!
display-flex; 이게 안먹혀서 position을 주고 했는데<!DOCTYPE html>
<html lang="ko">
<head>
<title>회원가입</title>
<!-- <link href="homework01.css" rel="stylesheet"> -->
<style>
.box{
position: absolute;
top: 60px;
left: 625px;
width: 670px;
height: 960px;
border: 1px solid #AACDFF;
border-radius: 20px;
box-shadow: 7px 7px 39px 0px #0068FF40;
}
.head{
position : fixed;
top: 132px;
left: 725px;
width: 466px;
height: 94px;
color: #0068FF;
}
.head2{
position : fixed;
top: 286px;
left: 725px;
width: 158px;
height: 23.65px;
color: #797979;
}
.head3{
position : fixed;
top: 387px;
left: 725px;
width: 158px;
height: 23.65px;
color: #797979;
}
.head4{
position : fixed;
top: 488px;
left: 725px;
width: 158px;
height: 23.65px;
color: #797979;
}
.head5{
position : fixed;
top: 589px;
left: 725px;
width: 158px;
height: 23.65px;
color: #797979;
}
.wo{
position : fixed;
top: 719x;
left: 850px;
width: 200px;
height: 23.94px;
color: #797979;
}
.man{
position : fixed;
top: 719x;
left: 1000px;
width: 200px;
height: 23.94px;
color: #797979;
}
.ch{
position : fixed;
top: 793x;
left: 738px;
width: 509px;
height: 21px;
color: #797979;
font-size: 13px;
}
.box2{
position: fixed;
top: 895px;
left: 725px;
width: 470px;
height: 75px;
border: 1px solid #0068FF;
border-radius: 10px;
}
.text{
position : fixed;
top: 899x;
left: 925px;
width: 70px;
height: 27px;
color: #0068FF;
}
</style>
</head>
<body>
<div class="box">
<div class="head"><h1>회원 가입을 위해<br> 정보를 입력해주세요</h1>
<div class="head2">*이메일 </div>
<div><br><br></div><br><br><hr>
<div class="head3">*이름 </div>
<div><br><br></div><br><br><hr>
<div class="head4">*비밀번호 </div>
<div><br><br></div><br><br><hr>
<div class="head5">*비밀번호 확인</div>
<div><br><br></div><br><br><hr>
<br><br>
<div class="wo"><input type="radio" name="gender">여성</div>
<div class="man"><input type="radio" name="gender">남성</div>
<br><br><br><br>
<div class="ch"><input type="checkbox">이용약관 개인정보 수집 및 이용, 마케팅 활용 선택에 모두 동의합니다.</div>
<div><br><br></div><hr>
<br><br>
<div class="box2">
<div class="text"><br>가입하기</div>
</div>
</div>
</body>
</html>
이렇게 코드로 모양만 갖췄는데 어려워서 코드리뷰를 하고싶어서 그러는데 정답지가 있나요?
답변 1
그래프 ql 문서 사용할때 느낌표 남는거 어떻게 없애나요?
0
84
2
강의 전체 소스 코드를 받고싶습니다.
0
76
2
fontawesome 사용 문의
0
79
2
소스 코드 부탁드립니다~
0
85
2
깃 레포지터리 소스
0
87
2
커리큘럼12.css 정렬 에 나오는 과제 정답알고싶어요
0
74
2
10-01 Entity TypeOrmModule.forRoot 에 entities
0
89
3
강의 버전관련 문의입니다
0
104
2
Ubuntu 설치 관련
0
62
1
schema.gql 질문 드립니다.
0
51
1
서버 재실행시 Many to Many
0
102
3
input 관련 문의
0
90
2
Rest API 보다는 graphql이 주된 내용인데
0
131
2
강의 전체 소스코드 받을수있을까요?
0
156
1
도커볼륨 마운트 관련
0
127
2
findOne 타입스크립트오류
0
109
1
http => htrtps 호출 인증서 신뢰 오류
0
354
1
self-signed certificate in certificate chain 에러 발생
0
418
1
mongoose 설치 오류
0
142
1
특정 API, 특정 IP 허용 (단일경로에 CORS 활성화)
0
283
2
08-06
0
180
3
구조랑 패턴 관련해서 질문
0
126
2
mydocker
0
129
2
coolsms statuscode 2000 인데 전송안돼는 경우 확인.
0
156
1





