[CSS] button 태그를 a 태그처럼 바꾸기

2022. 11. 3. 11:46·🚀 from error to study/Front-End

둘 다 버튼 태그인데 수정은 a 태그처럼 보임

<button class='comment_button'>수정</button>&nbsp;|&nbsp;<button>삭제</button>
.comment_button {
    color : white;
    background-color: transparent;
    text-decoration: none;
    border: none;

    cursor: pointer;
    }
}

 

저작자표시 비영리 변경금지 (새창열림)
'🚀 from error to study/Front-End' 카테고리의 다른 글
  • [JavaScript] button 태그에 링크 걸기
  • [JavaScript] JavaScript에서 $(달러 사인)이 안 먹힐 때 (feat. jsp)
  • [HTML] JSTL 구문 Unknown tag 뜨는 이유
  • [HTML] 에밋(Emmet) 문법
천재강쥐
천재강쥐
  • 천재강쥐
    디버거도 버거다
    천재강쥐
  • 전체
    오늘
    어제
    • Category (467)
      • 진짜 너무 궁금한데 이걸 나만 몰라...? (0)
      • 💾 Portfolio (2)
      • 🐤 CodingTest (28)
        • Java (20)
        • ᕕ(ꐦ°᷄д°᷅)ᕗ❌ (5)
      • 🚀 from error to study (142)
        • AI (1)
        • Cloud (2)
        • DB (12)
        • Front-End (16)
        • Github (14)
        • Java (39)
        • Mac (7)
        • Normal (29)
        • Server (22)
      • 📘 certificate (44)
        • 📘 리눅스마스터1급 (1)
        • 📘⭕️ 정보처리기사 (40)
        • 📘⭕️ SQLD (3)
      • 📗 self-study (234)
        • 📗 inflearn (35)
        • 📗 생활코딩 (8)
        • 📗 KH정보교육원 당산지원 (190)
      • 🎨 Scoop the others (0)
        • 📖 Peeking into other people.. (0)
        • 🇫🇷 (0)
        • 📘⭕️ 한국사능력검정시험 심화 (11)
        • 오블완 (4)
  • 인기 글

  • hELLO· Designed By정상우.v4.10.1
천재강쥐
[CSS] button 태그를 a 태그처럼 바꾸기
상단으로

티스토리툴바