Day40

두윤기·2023년 2월 23일
0

Table CSS

  table {
  border-collapse: collapse;
  }
  table,
  table td,
  table th {
  border: 1px solid black;
  }
  th,
  td {
  padding: 0.25em;
  }

browser 요청 방식

cache memory

  • 일정 시간 홈페이지의 갱신을 막는 기술

OPTIONS

  • 페이지 접근 권한
  • 페이지 변동 사항

.on
.active

> codeopen

justify-content

  • reference: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
  • defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container
  • The alignment is done after the lengths and auto margins are applied, meaning that, if in a Flexbox layout there is at least one flexible element, with flex-grow different from 0, it will have no effect as there won't be any available space.

align-items

상하 가운데

image

css

background-image

profile
programmerD

0개의 댓글

관련 채용 정보