-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomework.html
43 lines (37 loc) · 1.37 KB
/
homework.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<img src="likelion.png" alt="멋사사진" width="370px" height="205">
<!--likelion 큰 글씨-->
<h1 id="likelion">Like Lion</h1>
<!--밑에 설명 intro-->
<p id="intro">우리는 '성장 의지를 가진 사람들을 돕기 위해' 존재합니다. 그리고
<br>이들을 돕기 위한 가장 근본적이고 효과적인 방법은 교육이라고 생
<br>각합니다
<br>
<br>지금 바로 지원하세요!</p>
<!--버튼 만들기-->
<div id="button-container">
<button class="styled-button">Plan <br> & <br> Design </button>
<button class="styled-button">Frontend</button>
<button class="styled-button">Backend</button>
</div>
<!--로그인 -->
<!-- <h1 id="login">Login</h1> -->
<fieldset>
<legend id="login"><h1>Login</h1></legend>
<span id="ID">ID</span>
<input type="text">
<br>
<span id="PW">PW</span>
<input type="password">
<br>
<button type="submit">로그인</button>
</fieldset>
</body>
</html>