-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[김승석] Sprint4 #146
The head ref may contain hidden characters: "Basic-\uAE40\uC2B9\uC11D-sprint4"
[김승석] Sprint4 #146
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
|
||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.min.css" /> | ||
<link rel="stylesheet" href="/css/style.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. animate.css는 어떤 부분에 사용하기 위해 추가한 건가요? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 아, animate.css 사용해보려다가 안했는데 지우겠습니다~ |
||
</head> | ||
<body> | ||
<article class="form_section"> | ||
|
@@ -19,6 +20,7 @@ | |
<div class="desc"> | ||
<input type="text" name="" id="panda_email" class="inp blue" placeholder="이메일을 입력해주세요"> | ||
</div> | ||
<div class="err_box"></div> | ||
</li> | ||
<li> | ||
<label class="tit" for="panda_password">비밀번호</label> | ||
|
@@ -28,10 +30,11 @@ | |
<div class="hidden">비밀번호 확인하기 및 가리기 버튼</div> | ||
</button> | ||
</div> | ||
<div class="err_box"></div> | ||
</li> | ||
</ul> | ||
<div class="form_btn"> | ||
<button class="a_btn btn_lg w100" type="submit" disabled>로그인</button> | ||
<button data-link="/items.html" class="a_btn btn_lg w100" type="submit" disabled>로그인</button> | ||
</div> | ||
<div class="form_simple"> | ||
<p>간편 로그인하기</p> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 색상을 자주 사용하는 것 같은데,
CSS 색상 변수로 등록하면 좋을 것 같아요.