diff --git a/assignment/3th_index.html b/assignment/3th_index.html new file mode 100644 index 00000000..4db9c39c --- /dev/null +++ b/assignment/3th_index.html @@ -0,0 +1,77 @@ + + + + + + + + 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..4f474962 --- /dev/null +++ b/assignment/3th_style.css @@ -0,0 +1,43 @@ +@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; +} + +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{ + margin-bottom: 20px; + letter-spacing: 0.17rem; +} \ No newline at end of file