본문 바로가기 메뉴 바로가기

Programmers

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Programmers

검색하기 폼
  • 개발 노트 (287)
    • VUEJS (21)
    • JAVA (3)
    • Python (10)
    • HTML CSS JS (72)
    • Servlet JSP (67)
    • JDBC (19)
    • Oracle Database (21)
    • POSIX CLI (13)
    • Git (34)
    • 알고리즘 (4)
    • 개발자 취업 준비 (8)
    • 스크랩 [정보] (1)
    • 이것저것 정리 (6)
  • 방명록

is sudoselector (1)
CSS) css최신 트렌드 5가지 - 노마드코더

1. @supports 브라우저의 css 지원여부를 체크 @supports (display: grid) { div { display: grid; } } 지원을 하지 않으면 아래의 display를 적용 @supports not (display: grid) { div { display: flex; } } 2. css scrollsnap #parents { scroll-snap-type: y mandatory;} .children { scroll-snap-align: center } https://codepen.io/serranoarevalo/pen/xxdYBxZ Scroll Span ... codepen.io 3. is sudoselector :is(header, nav, form) button { back..

HTML CSS JS 2021. 8. 9. 07:19
이전 1 다음
이전 다음
공지사항

Blog is powered by Tistory / Designed by Tistory

티스토리툴바