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