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
Binary file added .DS_Store
Binary file not shown.
66 changes: 37 additions & 29 deletions style.css → css/home.css
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
@import "reset.css";

header {
height: 70;
position: sticky;
top: 0;
gap: 10px;
padding-top: 9px;

padding-bottom: 9px;

border-bottom-width: 1px;
background-color: var(--content-bg);
border-bottom: 1px solid #dfdfdf;
}

.market {
height: var(--header-height);
display: flex;
justify-content: space-around;
justify-content: space-between;
max-width: var(--desktop-width);
align-items: center;
margin: 0;
margin: 0 200px;
}

.market-icon img {
width: 153px;
height: 51px;
margin-left: 200px;
}

.market-login img {
width: 128px;
height: 48px;
margin-right: 200px;
.market-login {
font-size: 16px;
font-weight: 600;
border-radius: 8px;
padding: 11.5px 23px;
}

.link {
Expand All @@ -35,7 +33,7 @@ header {
align-items: end;
width: 100%;
height: 540px;
background-color: rgba(207, 229, 255, 1);
background-color: var(--link-bg);
}

.link-img {
Expand All @@ -52,30 +50,37 @@ header {
.link-img-text {
display: flex;
flex-direction: column;

padding-bottom: 60px;
gap: 32px;
}

.link-img-btn {
font-size: 20px;
font-weight: 700;
border-radius: 999px;
padding: 16px 124px;
}

.link-img-text span {
font-family: "Pretendard";
font-weight: 700;
font-size: 40px;
font-size: var(--font-size-xl);
line-height: 140%;
letter-spacing: 0%;
vertical-align: middle;
color: rgba(55, 65, 81, 1);
color: var(--secondary-700);
}

.link-img-panda {
display: block;
aspect-ratio: 16/6;
}

.content {
display: flex;
justify-content: center;
flex-direction: column;
background-color: rgba(255, 255, 255, 1);
background-color: var(--background-color);
}

.content-main {
Expand All @@ -93,7 +98,7 @@ header {
gap: 64px;
width: 988px;
height: 444px;
background-color: rgba(252, 252, 252, 1);
background-color: var(--content-bg);
}

.content-text {
Expand All @@ -114,17 +119,17 @@ header {
line-height: 26px;
letter-spacing: 0%;
vertical-align: middle;
color: rgba(54, 146, 255, 1);
color: var(--primary-100);
}

.content-text-main {
font-family: "Pretendard";
font-weight: 700;
font-size: 40px;
font-size: var(--font-size-xl);
line-height: 140%;
letter-spacing: 2%;
vertical-align: middle;
color: rgba(55, 65, 81, 1);
color: var(--secondary-700);
margin-bottom: 10px;
}

Expand All @@ -135,7 +140,7 @@ header {
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color: rgba(55, 65, 81, 1);
color: var(--secondary-700);
}

.footer {
Expand All @@ -146,25 +151,26 @@ header {
gap: 10px;
padding-top: 32px;
padding-bottom: 32px;
background-color: rgba(17, 24, 39, 1);
background-color: var(--secondary-900);
}

.footer-box {
display: flex;
justify-content: space-between;
align-items: center;
width: 1120px;
height: 20px;
color: rgba(156, 163, 175, 1);
flex: 1 0 auto;
max-width: var(--container-width);
}

.footer-codeit {
.footer-source {
font-family: "Pretendard";
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: var(--secondary-400);
}

.footer-faq {
Expand All @@ -177,6 +183,7 @@ header {
letter-spacing: 0%;
text-align: center;
gap: 30px;
color: var(--secondary-200);
}

.footer-sns {
Expand All @@ -188,4 +195,5 @@ header {
.footer-sns img {
width: 20px;
height: 20px;
color: var(--secondary-200);
}
106 changes: 106 additions & 0 deletions css/login.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
.login-form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
gap: 40px;
}
.signup-form {
justify-content: flex-start;
margin-top: 60px;
top: 60px;
}

.login-form-img {
width: 396px;
}

.login-form_form {
display: flex;
flex-direction: column;
width: 640px;
gap: 24px;
}

.login-form_form div {
gap: 16px;
}

.login-form_form-input {
display: flex;
position: relative;
flex-direction: column;
gap: 16px;
}

.login-form_form-input p {
font-size: var(--font-size-md);
font-weight: 700;
color: var(--secondary-800);
}

.login-form_form-input input {
padding-left: var(--spacing-md);
font-size: var(--font-size-sm);
width: 616px;
height: 56px;
background-color: var(--secondary-100);
border: none;
border-radius: 12px;
outline: none;
}

.input-icon {
position: absolute;
border: none;
font-size: 24px;
bottom: 15px;
right: var(--spacing-sm);
background-color: transparent;
color: var(--secondary-500);
}

.login-form_form_btn {
height: 56px;
font-size: 20px;
font-weight: 600;
border-radius: 40px;
}

.login-form_oath {
padding: 16px 23px;
border-radius: 8px;
background-color: rgba(230, 242, 255, 1);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.login-form_oath p {
font-weight: 500;
}

.login-form_oath-img {
display: flex;
width: 100px;
gap: 16px;
}

.login-form_oath-img a img {
width: 42px;
height: 42px;
}

.login-form_signup {
display: flex;
justify-content: center;
color: var(--secondary-800);
gap: 4px;
}

.login-form_signup a {
text-decoration: underline;
color: var(--primary-100);
}
4 changes: 2 additions & 2 deletions reset.css → css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ section {
display: block;
}
body {
line-height: 1;
/*line-height: 1;*/
}
ol,
ul {
Expand Down Expand Up @@ -130,4 +130,4 @@ input:focus {
a {
color: inherit;
text-decoration: none;
}
}
23 changes: 23 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@import "/css/reset.css";
@import "/css/variables.css";
@import "/css/home.css";
@import "/css/login.css";

html,
body {
height: 100%;
background-color: var(--content-bg);
}

.button {
background-color: #3692ff;
border: 0;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}

.button:hover {
background-color: var(--primary-300);
}
34 changes: 34 additions & 0 deletions css/variables.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
:root {
--background-color: rgba(255, 255, 255, 1);
--link-bg: rgba(207, 229, 255, 1);
--content-bg: rgba(252, 252, 252, 1);
--primary-100: rgba(54, 146, 255, 1);
--primary-300: rgba(18, 81, 170, 1);
--secondary-900: rgba(17, 24, 39, 1);
--secondary-800: rgba(31, 41, 55, 1);
--secondary-700: rgba(55, 65, 81, 1);
--secondary-600: rgba(75, 85, 99, 1);
--secondary-500: rgba(107, 114, 128, 1);
--secondary-400: rgba(156, 163, 175, 1);
--secondary-200: rgba(229, 231, 235, 1);
--secondary-100: rgba(243, 244, 246, 1);
--secondary-50: rgba(249, 250, 251, 1);

--container-width: 1120px;
--content-width: 988px;
--header-height: 70px;
--footer-height: 160px;

--desktop-width: 1920px;

--spacing-xs: 9px;
--spacing-sm: 12px;
--spacing-md: 24px;
--spacing-lg: 32px;
--spacing-xl: 64px;

--font-size-sm: 16px;
--font-size-md: 18px;
--font-size-lg: 24px;
--font-size-xl: 40px;
}
Binary file removed img/btn_large.png
Binary file not shown.
Binary file removed img/btn_small_48.png
Binary file not shown.
Binary file added img/google-img.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 img/kakao-img.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 img/logo_lg.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