본문 바로가기

해바라기찬

검색하기
해바라기찬
프로필사진 김기찬이

  • 분류 전체보기 (81)
    • python (6)
    • 프로그래머스 (5)
    • 프엔지식 (5)
    • Vue (2)
    • CSS (6)
    • Node.js (5)
    • React (10)
      • react-query (2)
    • 웹 (3)
    • Server (1)
    • 과제 (2)
    • JS (15)
    • JAVA (5)
    • Git (2)
    • HTTP (5)
    • 개발일지 (7)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
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
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록CSS (6)

해바라기찬

box-sizing 속성

2가지 속성이 있다. 1. box-sizing : content-box 요놈은 부모의 속성의 크기를 넘어서 삐져 나갈수 잇음 box-sizing: content-box; width: 100%; border: solid #5B6DCD 10px; padding: 5px; 2. box-sizing : border-box 요놈은 부모속성 크기를 못벗어 나가는듯? box-sizing: border-box; width: 100%; border: solid #5B6DCD 10px; padding: 5px;

CSS 2022. 2. 17. 00:40
padding과 margin의 차이?

padding 20px 일때 margin 20px일때 padding은 해당 속성이 안에 있는 컨텐츠와의 간격인거 같고 margin은 해당 속성이 다른 속성과 떨어져 있는 간격 인거 같다..?

CSS 2022. 2. 17. 00:24
이전 Prev 1 2 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바