html&css 3 페이지

본문 바로가기
사이트 내 전체검색

html&css

Total 42건 3 페이지
  • 12 [ css ] css 명시도 계산법
  • CSS는 명시도 계산법에 따라 점수를 계산해서 마지막에 실행 !import 인라인 방식 내부 외부 임포트 최우선 1000 ...
  • 웹지기 01-11 3199 0 0 댓글 0
  • 11 [ css ] 공간분할 태그
  • 공간분할 태그 - 경계를 분할하거나 영역을 나눌 때 사용하는 태그 블록형식 태그 인라인형식 태그 태그종류 div, h1~h6, p, ul, ol, li, tr, th, td span, a, input, b, i, small, sub, sup, ins, del ...
  • 웹지기 01-11 3214 0 0 댓글 0
  • 10 [ css ] 마진 상쇄 현상
  • 마진 상쇄 현상 마진과 마진이 만났을 때 큰 마진이 작은 마진을 먹어버리는 현상 .a{margin:100px;} .b{margin:50px;} 일때 .b 클래스의 margin-top:50px은 .a의 margin-bottom:100px에 의해 상쇄된다.
  • 웹지기 01-11 3158 0 0 댓글 0
  • 9 [ css ] box-sizing - 요소의 크기를 화면에 표시하는 방식
  • 박스사이징(box-sizing) - 요소의 크기를 화면에 표시하는 방식 - 컨텐츠 기준으로 바뀜 div{ margin:10px;width:150px;} #small{border:10px solid #000;} #large{border:30px solid #000;} <div id="small">small</div> <div id="large">large&lt...
  • 웹지기 01-11 3301 0 0 댓글 0
  • 8 [ css ] border style 종류
  • border style 종류 - solid, dotted, dashed, double, groove, ridge, inset, outset
  • 웹지기 01-12 3131 0 0 댓글 0
  • 1 [ css ] css를 이용하여 글자 강조 깜빡거리게 하기
  • css를 이용하여 글자 강조 깜빡거리게 하기 keyframes 를 이용하여 활용이 가능하다. 아래의 코드를 css에 적용시켜 주면 된다. @keyframes blink-effect { 50%{ opacity:0; } } .blink { animation: blink-effect 1s step-end infinite; /* 다른 기능을 원한 다면 이부분의 주석을 해제. animation-name: blink-effect; animation-durat...
  • 웹지기 11-17 3472 0 0 댓글 0
게시물 검색

회원로그인

접속자집계

오늘
3,268
어제
8,012
최대
33,828
전체
8,545,316

그누보드5
Copyright © funyphp.com. All rights reserved.