From 9f1184a17d559de3829a450803806b27055a0b92 Mon Sep 17 00:00:00 2001 From: yerinlee Date: Mon, 8 May 2023 20:22:25 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EC=9B=B9=20=ED=8F=B0=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=ED=95=98=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assignment/3th_index.html | 78 +++++++++++++++++++++++++++++++++++++++ assignment/3th_style.css | 44 ++++++++++++++++++++++ 2 files changed, 122 insertions(+) create mode 100644 assignment/3th_index.html create mode 100644 assignment/3th_style.css diff --git a/assignment/3th_index.html b/assignment/3th_index.html new file mode 100644 index 00000000..ec3ea0f8 --- /dev/null +++ b/assignment/3th_index.html @@ -0,0 +1,78 @@ + + + + + + + + My Info + + + +
+
+
+
+

Yerin Lee

+
+
+
+

ABOUT ME

+
숙명여자대학교 컴퓨터과학전공 20학번 휴학
+

+

    +
  • 나이: 23
  • +
  • 파트: 백엔드
  • +
  • 올해 멋사에서 얻어가고 싶은 것 : 실무능력, 사람들
  • +
+

+
+
+
+
+
+
+

MY STUDY

+

+

관심 언어 : Java, Python

+

공부 중인 것 : 백엔드, 운영체제

+

관심 분야: 백엔드 개발, 기획

+

데이터를 잘 다루는 백엔드 개발자가 되고 싶습니다!

+

+
+
+
+
+
+
+

MY SITE

+

+

+
+
+
+
GitHub
+

깃허브 프로필 바로가기
깃허브 아이디: dpfls0922

+ Go GitHub +
+
+
+
+
+
+
기술 블로그
+

네이버 블로그
프로그래밍 공부 일지

+ Go Blog +
+
+
+
+

+
+
+
+
+
+ + + \ No newline at end of file diff --git a/assignment/3th_style.css b/assignment/3th_style.css new file mode 100644 index 00000000..76022563 --- /dev/null +++ b/assignment/3th_style.css @@ -0,0 +1,44 @@ +@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@300;400;600&display=swap'); + +* { + font-family: 'IBM Plex Sans KR', sans-serif; +} + +body, h1, h2 { + margin: 8px; + padding: 0px; +} + +body { + min-width: fit-content; +} + +h1 { + font-size: 36px; + font-weight: bold; + font-style: italic; +} + +h2 { + background-color: bisque; + font-size: 20px; + color: #282828; + margin-bottom: 16px; + border-bottom: 1px solid #ebebeb; + padding: 5px; +} + +.mainbox { + width: 610px; + padding: 30px; + margin: 30px; + margin-right: auto; + margin-left: auto; + border: 1px solid #ebebeb; + box-shadow: 0 1px 20px rgba(0,0,0,0.1); +} + +.title-box { + text-align: right; + margin-bottom: 20px; +} \ No newline at end of file From 731b097509b121c08e93ba9fbe6a3c3477bca32d Mon Sep 17 00:00:00 2001 From: yerinlee Date: Mon, 8 May 2023 20:39:34 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EB=B6=80=ED=8A=B8=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EB=9E=A9=20=EC=B9=B4=EB=93=9C=20=EC=9A=94=EC=86=8C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=ED=95=98=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assignment/3th_index.html | 110 +++++++++++++++++++------------------- 1 file changed, 54 insertions(+), 56 deletions(-) diff --git a/assignment/3th_index.html b/assignment/3th_index.html index ec3ea0f8..6283ad97 100644 --- a/assignment/3th_index.html +++ b/assignment/3th_index.html @@ -10,68 +10,66 @@
-
-
-
-

Yerin Lee

-
-
+
+

Yerin Lee

+
+
+
+
+

ABOUT ME

+
숙명여자대학교 컴퓨터과학전공 20학번 휴학
+

+

    +
  • 나이: 23
  • +
  • 파트: 백엔드
  • +
  • 올해 멋사에서 얻어가고 싶은 것 : 실무능력, 사람들
  • +
+

+
+
+
+
+
+
+

MY STUDY

+

+

관심 언어 : Java, Python

+

공부 중인 것 : 백엔드, 운영체제

+

관심 분야: 백엔드 개발, 기획

+

데이터를 잘 다루는 백엔드 개발자가 되고 싶습니다!

+

+
+
+
+
+
+
+

MY SITE

+

+

+
+
-

ABOUT ME

-
숙명여자대학교 컴퓨터과학전공 20학번 휴학
-

-

    -
  • 나이: 23
  • -
  • 파트: 백엔드
  • -
  • 올해 멋사에서 얻어가고 싶은 것 : 실무능력, 사람들
  • -
-

+
GitHub
+

깃허브 프로필 바로가기
깃허브 아이디: dpfls0922

+ Go GitHub
-
-
-
-
-

MY STUDY

-

-

관심 언어 : Java, Python

-

공부 중인 것 : 백엔드, 운영체제

-

관심 분야: 백엔드 개발, 기획

-

데이터를 잘 다루는 백엔드 개발자가 되고 싶습니다!

-

-
-
-
-
-
-
-

MY SITE

-

-

-
-
-
-
GitHub
-

깃허브 프로필 바로가기
깃허브 아이디: dpfls0922

- Go GitHub -
-
-
-
-
-
-
기술 블로그
-

네이버 블로그
프로그래밍 공부 일지

- Go Blog -
-
-
-
-

+
+
+
+
+
기술 블로그
+

네이버 블로그
프로그래밍 공부 일지

+ Go Blog +
-
+
+

+
+ From 7dc0f4342e167cfa12473f2d7fb5bdae5bbcd4a4 Mon Sep 17 00:00:00 2001 From: yerinlee Date: Mon, 8 May 2023 21:25:32 +0900 Subject: [PATCH 3/3] =?UTF-8?q?html,=20css=20=EC=B6=94=EA=B0=80=ED=95=98?= =?UTF-8?q?=EA=B8=B0=20-=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EB=B0=8F=20=EA=B8=80=EC=9E=90=20=EA=B0=84=EA=B2=A9?= =?UTF-8?q?=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assignment/3th_index.html | 3 ++- assignment/3th_style.css | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assignment/3th_index.html b/assignment/3th_index.html index 6283ad97..4db9c39c 100644 --- a/assignment/3th_index.html +++ b/assignment/3th_index.html @@ -10,8 +10,9 @@
-
+

Yerin Lee

+
diff --git a/assignment/3th_style.css b/assignment/3th_style.css index 76022563..4f474962 100644 --- a/assignment/3th_style.css +++ b/assignment/3th_style.css @@ -16,7 +16,6 @@ body { h1 { font-size: 36px; font-weight: bold; - font-style: italic; } h2 { @@ -38,7 +37,7 @@ h2 { box-shadow: 0 1px 20px rgba(0,0,0,0.1); } -.title-box { - text-align: right; +.title-box{ margin-bottom: 20px; + letter-spacing: 0.17rem; } \ No newline at end of file