Skip to content

Commit

Permalink
Merge pull request #16 from Konkuk-KUIT/jisung
Browse files Browse the repository at this point in the history
[1주차] 자기소개 HTML
  • Loading branch information
Turtle-Hwan authored Sep 17, 2024
2 parents b3cec47 + 85fa2d4 commit 190b990
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions week1/jisung/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="author" content="jisung" />
<meta name="description" content="KUIT 1주차 실습" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>1주차 실습 : 임지성 자기소개</title>
</head>
<body>
<div style="display: inline; padding: 30px; margin: 30px; background-color: lightgreen;">안녕하세요 임지성입니다!</div>
<div style="display: inline-block; padding: 30px; margin: 30px; background-color: lightcoral;">학과 : 컴퓨터공학부</div>
<div style="display: inline; width: 120px; height: 120px; background-color: lightblue;">학년 : 휴학 중</div>
<div style="display: inline-block; width: 120px; height: 120px; background-color: yellow;">MBTI : ISFJ</div>
<div>하고 싶은 말 1: iOS 앱 개발과 웹 개발을 공부하고 있습니다!</div>
<div>하고 싶은 말 2: 복학하고싶어요ㅠㅠ</div>
</body>
</html>

0 comments on commit 190b990

Please sign in to comment.