개발방송 소스코드
3분개발 게시글 보기 코드 (18~ )
2020.07.27
967
청일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
<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 {font-size:20pt} 
        
        #contents.contents .viewContents {padding:30px;}
        .listBtn {padding:10px 20px; font-size:18px; background-color:#ccc; margin:20px auto; width:100px; }
        
        #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>
    <hr>
    <div class="viewContents">
        내용~~~!~~~
    </div>
    <hr>
    <div class="listBtn">
        리스트가기
    </div>
</div>
<div id="footer" class="footer">
    ⓒ 청일TV
</div>
Colored by Color Scripter
cs
댓글작성
ⓒ 청일TV

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