본문 바로가기

개발여행의 블로그

검색하기
개발여행의 블로그
프로필사진 개발 여행

  • 분류 전체보기 (50)
    • 개발 (41)
      • javaScript (11)
      • React (6)
      • Algorithm (11)
      • CSS (1)
      • JAVA&Spring (2)
      • Database (5)
      • 오류(error) (4)
      • Tools (1)
    • GIT (1)
      • Git (0)
      • Git error (1)
    • 개발 - 기록 (5)
      • Code Review (3)
      • memo (2)
    • 여행 (1)
      • Philippines-Luzon(Baguio,Ma.. (1)
Guestbook
250x250
Notice
Recent Posts
Recent Comments
Link
    개발여행의 블로그
    개발 여행
    Today
    Total
    «   2025/05   »
    일 월 화 수 목 금 토
    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
    Archives
    관리 메뉴
    • 글쓰기
    • 방명록
    • RSS
    • 관리

    목록개발/CSS (1)

    개발여행의 블로그

    [CSS] textarea focus 될 때 border 색상 변경

    How to change border color of textarea on :focus? textarea focus 될 때 테두리 색상 변경하기 outline-color: #FE6B8B; /** 기존 textarea border 속성 **/ .textarea { border: 2px solid rgb(213, 194, 194); } /** 기존 textarea border 속성 **/ .textarea { border: 2px solid rgb(213, 194, 194); /** outline-color 속성을 추가하면 focus될 때 테두리 색상을 지정할 수 있다.**/ outline-color: #FE6B8B; }

    개발/CSS 2021. 7. 23. 22:02
    Prev 1 Next

    Blog is powered by kakao / Designed by Tistory

    티스토리툴바