내가 요청한 결과물
1트
2트
=====
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Create New Account</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #ffffff;
}
.container {
width: 100%;
max-width: 400px;
padding: 20px;
background-color: #ffffff;
}
h2 {
font-weight: bold;
}
form {
display: flex;
flex-direction: column;
}
input {
margin-bottom: 15px;
padding: 15px;
border: 1px solid #dddddd;
border-radius: 5px;
font-size: 16px;
}
.regi22ster-btn {
background-color: #ffd700;
border: none;
padding: 15px;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
font-size: 16px;
}
.login-link,
.login-link a {
text-align: center;
color: black;
margin-top: 15px;
text-decoration: none;
font-size: 14px;
}
.login-options {
display: flex;
justify-content: space-around;
margin-top: 20px;
}
.login-options img {
width: 40px;
height: 40px;
}
.terms {
font-size: 14px;
}
.terms a {
text-decoration: none;
color: black;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<h2>Create new account</h2>
<form>
<input type="text" placeholder="Enter your full name" id="full-name">
<input type="email" placeholder="Enter your email" id="email">
<input type="password" placeholder="Enter your password" id="password">
<input type="password" placeholder="Confirm your password" id="confirm-password">
<div class="terms">
By signing up, you agree to our <a href="#">Terms of Services</a> & <a href="#">Privacy Policy</a>
</div>
<button class="regi22ster-btn" type="submit">Regi22ster</button>
<div class="login-link">Join us before? <a href="#">Log in</a></div>
</form>
<div class="login-options">
<a href="#"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/512px-Google_%22G%22_Logo.svg.png" alt="Google"></a>
<a href="#"><img src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg" alt="Apple"></a>
<a href="#"><img src="https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg" alt="Facebook"></a>
</div>
</div>
</body>
</html>
1. ㅈ도 안 똑같고 삐뚤뺴뚤 이미지도 ㅄ인데
프롬프트 잘 써주면 ㅈ소기업 퍼블리셔 퀄리티는 나옴, 이미지는 무료 호스팅되는 이미지 사용해서 그런다고 함
위 사진은 그냥 이미지만 던져준 거임
2. 실무에서 쓸만 하냐?
완전 대체는 힘들고 저거 조각모음해서 수정할 줄은 알아야함 그래도 생산성은 수십배 더 빨라질 듯
3. 토큰 얼마나 먹었냐
2300토큰
국비생보다 잘하네
ㄹㅇㅋㅋ
와
뼈대는 거의다 만들어놨네 디테일하게 손만보면될듯. 잘만드네
진짜 중요한게 뼈대가 쓸만하다는거임 기존에는 상대값이라는 개념을 아예 몰랏다면 지금은 화면 늘어나고 줄어드는거 대응도 해준다..