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 |
Tags
- Ethereum
- typeScript
- 기준
- express.js
- tailwindcss
- SSR
- middleware
- hardhat
- Redux
- graphQL
- API
- node.js
- built in object
- REACT
- CLASS
- error
- useState
- solidity
- 삶
- Interface
- Props
- CSS
- HTML
- blockchain
- bitcoin
- nextJS
- JavaScript
- web
- evm
- concept
Archives
- Today
- Total
목록Carousel (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