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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<p>
<title>안녕하세요 하루에 3분</title>
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
<style>
#header.header {}
#header.header .menu {border-bottom:1px solid #000; padding:20px; text-align: center;}
#header.header .menu .menuItem {display:inline-block;}
#contents.contents {margin:20px auto; max-width:900px;}
#contents.contents .writeBtn {font-size:18px; float:right; font-weight: normal;}
#contents.contents .title{font-weight: bold;}
#contents.contents .title.top {font-size:20pt}
#contents.contents .line .etc {font-size:12px; color:#aaa; float:right;}
#footer.footer {border-top:1px solid #000; padding:40px; text-align: center}
</style>
</p>
src="https://code.jquery.com/jquery-3.5.1.min.js">
< br >
>
src="https://unpkg.com/swiper/swiper-bundle.min.js">
< br >
>
src="https://kit.fontawesome.com/d95f0bdab8.js" crossorigin="anonymous">
< br >
>
<div id="header" class="header">
<div class="menu">
<div class="menuItem"><a href="게시판.html"><i class="fas fa-home" aria-hidden="true"></i> 메인</a></div>
<div class="menuItem"><a href="list.html"><i class="fas fa-clipboard-list" aria-hidden="true"></i> 게시판</a></div>
<div class="menuItem"><a href="list.html"><i class="fas fa-flag" aria-hidden="true"></i> 공지사항</a></div>
</div>
</div>
<div id="contents" class="contents">
<div class="title top">
<div class="writeBtn"><a href="write.html">게시글작성</a></div>
게시판 리스트
</div>
<hr>
<div class="list">
<div class="line">
<a href="view.html">
<div class="etc">view 1000 · 2020년 07월 27일</div>
<div class="title">제목입니다</div>
</a>
</div>
<div class="line">
<a href="view.html">
<div class="etc">view 1000 · 2020년 07월 27일</div>
<div class="title">제목입니다</div>
</a>
</div>
<div class="line">
<a href="view.html">
<div class="etc">view 1000 · 2020년 07월 27일</div>
<div class="title">제목입니다</div>
</a>
</div>
<div class="line">
<a href="view.html">
<div class="etc">view 1000 · 2020년 07월 27일</div>
<div class="title">제목입니다</div>
</a>
</div>
<div class="line">
<a href="view.html">
<div class="etc">view 1000 · 2020년 07월 27일</div>
<div class="title">제목입니다</div>
</a>
</div>
<div class="line">
<a href="view.html">
<div class="etc">view 1000 · 2020년 07월 27일</div>
<div class="title">제목입니다</div>
</a>
</div>
</div>
</div>
<div id="footer" class="footer">
ⓒ 청일TV
</div>
Colored by Color Scripter
|
cs |