Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/mingi pull repuest #12

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions practice.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@charset 'UTF-8';

h1 {
color: green;
}

h2 {
color: aqua;
}
20 changes: 20 additions & 0 deletions practice.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>안녕 안녕 안녕하십니까</h1>
<h2>민족 고대</h2>
<h3>녹두 문대</h3>
<h4>꺽이지 않는 붓으로 막강 국문</h4>
<h5>이 다음 뭐였는지 까먹엇다.</h5>
<p>제가 생각하는 안암맛집은 바로바로바로바로</p>
<p>베나레스입니다.</p>
<p>점심 런치세트 9000원</p>
<img src="https://search.pstatic.net/common/?autoRotate=true&quality=95&type=w750&src=https%3A%2F%2Fnaverbooking-phinf.pstatic.net%2F20220508_264%2F1651994056062au8VG_JPEG%2Fimage.jpg" alt="">
</body>
</html>