quack337 / bbs1

0 stars 0 forks source link

로그인, 시스템로그 화면 디자인 #2

Open quack337 opened 4 months ago

quack337 commented 4 months ago

로그인 화면 디자인 https://app.garam.click/bbs1/login.html

image

quack337 commented 4 months ago

시스템 로그 화면 디자인 https://app.garam.click/bbs1/systemLog.html

image

quack337 commented 4 months ago

commit: 시스템 로그, 로그인 화면 디자인 #2

quack337 commented 4 months ago

image

위와 같이 버튼에도 아이콘을 표시하자.

<button type="submit" class="btn blue">
    <i class="fa fa-sign-in-alt"></i> 로그인
</button>
<a href="signUp.html" class="btn">
    <i class="fa fa-user-plus"></i> 회원가입
</a>