Q&A

댓글 3

  • 2018.10.31 18:28 #1102604

    <div class="top_navi">
    <a href="게시판주소">버튼이름</a>
    ... 다른 버튼들 추가 ...
    </div>

    .top_navi a {
    display: inline-block;
    margin: 3px;
    padding: 5px 7px;
    border-radius: 5px;
    background: #4f7ac0;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    }

    스타일 그대로 긁어왔습니다

  • 2018.11.01 00:26 #1102702
    저것이 메뉴인지, 많이 올라오는 단어인지, 태그인지 그것부터 알아야 할 것 같은데요.
  • 2018.11.01 03:50 #1102858
    단순 게시판 링크 같습니다 ㅎ