Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 116 additions & 0 deletions auth.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
.auth-contents {
width: 640px;
height: 100vh;
margin: auto;
gap: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}


.auth-logo {
width: 396px;
height: 132px;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}

.auth-logo img {
width: auto;
height: auto;
}

.auth-logo a {
color: var(--primary-color);
font-size: 66.34px;
font-weight: 700;
text-decoration: none;
}

.login-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}


.password-container {
position: relative;
display: flex;
align-items: center;
}

.password-container input {
padding-right: 50px;
}


.password-container img {
position: absolute;
right: 16px;
width: 24px;
height: 24px;
cursor: pointer;
}

.auth-button {
color: #F3F4F6;
border: 2px solid;
width: 640px;
height: 56px;
padding: 16px 124px;
border-radius: 40px;
font-size: 20px;
font-weight: 600;
}

.other-login {
background-color: #E6F2FF;
width: 640px;
height: 74px;
border-radius: 8px;
padding: 16px 23px;
gap: 10px;
}

.login-easy {
width: 594px;
height: 42px;
display: flex;
justify-content: space-between;
align-items: center;
color: #1F2937;
font-size: 16px;
font-weight: 500;
}


.social-login {
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
text-decoration: none;
}

.link_to_signup {
width: 197px;
height: 24px;
color: #1F2937;
font-size: 14px;
font-weight: 500;
line-height: 24px;
display: flex;
align-items: center;
gap: 4px;
}

.link_to_signup a {
color: #3692FF;
text-decoration: underline;
}
89 changes: 89 additions & 0 deletions home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
.header-contents {
width: 1120px;
display: flex;
justify-content: space-between;
align-items: center;
}

.header-contents img {
width: 40px;
}

.logo {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}

.logo a {
color: var(--primary-color);
font-size: 25.63px;
font-weight: 700;
line-height: 100%;
cursor: pointer;
}

.banner {
background-color: var(--background-light);
height: 540px;
display: flex;
align-items: center;
background-repeat: no-repeat;
background-position: 80% bottom;
background-size: 55%;
}

#hero {
background-image: url("images/hero-banner.png");
}

#features {
padding-bottom: 138px;
}

#bottomBanner {
background-image: url("images/bottom-banner.png");
}

#loginLinkButton {
padding: 12px 23px;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
}

.banner .pill-button {
margin-top: 32px;
}

.feature-box {
padding: 138px 0;
gap: 64px;
display: flex;
align-items: center;
}

.feature:nth-child(2) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

가상 선택자를 활용하는 시도는 좋지만,
가상 선택자보다는 직접 클래스명을 지어서 관리해주시는게 디자인 변경 및 유지보수에 유리할수있어요 :) 참고해주세요!

text-align: right;
}

.feature-content {
flex: 1;
}

.feature-tag {
color: var(--primary-color);
font-size: 18px;
font-weight: 700;
line-height: 25px;
margin-bottom: 12px;
}

.description {
color: var(--text-dark);
font-size: 24px;
font-weight: 500;
line-height: 120%;
margin-top: 24px;
}
Binary file modified images/.DS_Store
Binary file not shown.
Binary file added images/bottom-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn_unvisibility.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn_visibility.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon.ico
Binary file not shown.
Binary file added images/google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hero-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/home_bottom.png
Binary file not shown.
Binary file removed images/home_top.png
Binary file not shown.
Binary file added images/kakaotalk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/panda_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading