개발방송 소스코드
3분개발 게시글 쓰기 코드 (17~ )
2020.07.27
1214
청일TV
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
<p><br></p>
<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 .title{font-weight: bold;}
        #contents.contents .title.top input.inp {font-size:20pt; width:100%;} 
        #contents.contents .btnLayer {text-align: center; margin-top: 20px}
        #contents.contents .btnLayer button {font-size:18px; padding:10px 30px; border:0; color:#fff; font-weight:bold;}
        #contents.contents .btnLayer button.submit {background-color: #3498DB}
        #contents.contents .btnLayer button.cancel {background-color:#E74C3C}
        #contents.contents .viewContents textarea {width:100%; height:400px; font-size:18px;}
        
        #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">
        <input type="text" class="inp" placeholder="제목">
    </div>
    <hr>
    <div class="viewContents">
        <textarea placeholder="내용"></textarea>
    </div>
    <div class="btnLayer">
        <button class="submit">작성</button>
        <button class="cancel">취소</button>
    </div>
 
</div>
<div id="footer" class="footer">
    ⓒ 청일TV
</div>
Colored by Color Scripter
cs
댓글작성
ⓒ 청일TV

이용약관개인정보 취급방침 에 동의합니다.