250x250
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
Tags
- web
- node.js
- CLASS
- typeScript
- error
- blockchain
- evm
- nextJS
- built in object
- Props
- Interface
- REACT
- solidity
- Redux
- 삶
- HTML
- JavaScript
- express.js
- API
- middleware
- bitcoin
- SSR
- hardhat
- CSS
- concept
- 기준
- tailwindcss
- graphQL
- Ethereum
- useState
Archives
- Today
- Total
목록responsive (1)
ReasonJun
Tailwindcss : Carousel Dynamic width control
Problem : I wrote the Carousel code as shown below. I wanted the width of the carousel to be responsive to the screen size, but it wasn't, so I specified a maximum width for each screen size : "max-w-sm xs:max-w-md sm:max-w-xl md:max-w-3xl lg:max-w-5xl xl:max-w-7xl". It adjusted well to the screen size, but the problem was that there were often black spaces. {items.map((item, i..
Frontend/Tailwindcss
2024. 10. 15. 12:16