-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from Konkuk-KUIT/jisung
[1주차] 자기소개 HTML
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |