Open
Conversation
Contributor
Author
|
class명으로 각 스타일을 정의하도록 변경했습니다! 하지만 input의 왼쪽에 무슨 Input인지 나타내는 텍스트를 추가해보려 했으나, 각 input 위에 텍스트가 올라가는 것을 확인하였습니다..혹시 input 왼쪽에 라벨을 추가하려면 그리드로 속성을 변경하는 것이 좋은 것인가요? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

[메인 페이지]

[로그인 페이지]

[회원가입 페이지]

[궁금한 점]
회원가입 페이지에서 전공을 입력하는 부분을 div로 처리해야 하는지, input으로 작성해야 하는지 궁금합니다! div로 작성하게 된다면 선택 상자로 만들어야 하는 것인지 또한 궁금합니다!
만약 div로 작성하게 된다면, 다른 입력 상자들과 크기, 스타일, 사이즈 등을 동일하게 만들기 위해선 div에 대해서는 다른 input들의 속성과 따로 작성해야 하는 것인가요?