Skip to content

Commit 190b990

Browse files
authoredSep 17, 2024
Merge pull request #16 from Konkuk-KUIT/jisung
[1주차] 자기소개 HTML
2 parents b3cec47 + 85fa2d4 commit 190b990

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎week1/jisung/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="author" content="jisung" />
6+
<meta name="description" content="KUIT 1주차 실습" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>1주차 실습 : 임지성 자기소개</title>
9+
</head>
10+
<body>
11+
<div style="display: inline; padding: 30px; margin: 30px; background-color: lightgreen;">안녕하세요 임지성입니다!</div>
12+
<div style="display: inline-block; padding: 30px; margin: 30px; background-color: lightcoral;">학과 : 컴퓨터공학부</div>
13+
<div style="display: inline; width: 120px; height: 120px; background-color: lightblue;">학년 : 휴학 중</div>
14+
<div style="display: inline-block; width: 120px; height: 120px; background-color: yellow;">MBTI : ISFJ</div>
15+
<div>하고 싶은 말 1: iOS 앱 개발과 웹 개발을 공부하고 있습니다!</div>
16+
<div>하고 싶은 말 2: 복학하고싶어요ㅠㅠ</div>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)