Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
aa821332
Commit
aa821332
authored
Jul 08, 2022
by
Yoon, Daeki
😅
Browse files
스타일 수정
parent
e9bb216a
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/src/auth/SignUp.tsx
View file @
aa821332
...
...
@@ -67,16 +67,14 @@ export const SignUp = () => {
}
return
(
<
div
className
=
"flex justify-center mt-3"
>
<
form
onSubmit
=
{
handleSubmit
}
className
=
"flex flex-col space-y-4 mt-5 font-bold"
>
<
div
className
=
"flex flex-col items-center mt-3"
>
<
div
className
=
"text-2xl"
>
회원 가입
</
div
>
<
form
onSubmit
=
{
handleSubmit
}
className
=
"flex flex-col mt-5 w-80"
>
<
label
className
=
"block text-gray-700 text-sm font-bold mb-2 mt-3"
>
이름
</
label
>
<
input
className
=
"shadow appearance-none border rounded
py-2 px-3 text-gray-
6
0"
className
=
"shadow appearance-none border rounded py-2 px-3 text-gray-
7
0"
id
=
"name"
type
=
"text"
placeholder
=
"이름을 입력하세요"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment