일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- hardhat
- express.js
- useState
- bitcoin
- 기준
- node.js
- 삶
- Props
- Redux
- CSS
- nextJS
- blockchain
- Interface
- concept
- SSR
- tailwindcss
- typeScript
- CLASS
- API
- evm
- middleware
- HTML
- REACT
- solidity
- built in object
- graphQL
- web
- Ethereum
- JavaScript
- error
- Today
- Total
목록properties (2)
ReasonJun

border In CSS, the border property is used to define the border around an element. It allows you to specify the width, style, and color of the border. The border property can be shorthand or separate properties for border-width, border-style, and border-color. Here's the syntax for the border property with shorthand notation: border: ; For example, you can set a 2-pixel solid red border with the..
css unit px : pixels % : relative percentage em : font size of the element Default HTML font size = 16px html { font-size: 16px; } width: 10em = 160 px rem : font size of root element vw : percentage of viewport width vh : percentage of viewport vertical width width, height horizontal/vertical width of the element - auto: browser calculates the width - Specify in units such as px, em, vw, etc. m..