forked from Moonhokyun/Frontro_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
k_modules.html
40 lines (31 loc) · 1.3 KB
/
k_modules.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
<!DOCTYPE html>
<html lang="ko">
<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">
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/k_modules.css">
<title></title>
</head>
<body>
<p>15. L-button</p>
<button type="button" class="L-button LMbutton-font">다음</button>
<p>16. L-disabled-button</p>
<button type="button" class="L-disabled-button LMbutton-font">다음</button>
<p>17. M-button</p>
<button type="button" class="M-button LMbutton-font">팔로우</button>
<p>18. M-disabled-button</p>
<button type="button" class="M-disabled-button LMbutton-font">팔로우</button>
<p>19. M-Activ-button</p>
<button type="button" class="M-Activ-button LMbutton-font">언팔로우</button>
<p>20. Ms-button</p>
<button type="button" class="Ms-button LMbutton-font">저장</button>
<p>21. Ms-disabled-button</p>
<button type="button" class="Ms-disabled-button LMbutton-font">저장</button>
<p>22. S-button</p>
<button type="button" class="S-button Sbutton-font">팔로우</button>
<p>23. S-Activ-button</p>
<button type="button" class="S-Activ-button Sbutton-font">취소</button>
</body>
</html>