摘要: Brwoser support: https://caniuse.com/?search=Logical%20Properties%20 We want to achieve following effect, the first box, we applied writing-mode: vert 阅读全文
posted @ 2025-05-25 19:23 Zhentiw 阅读(7) 评论(0) 推荐(0)
摘要: Browser support: https://caniuse.com/?search=writing <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="w 阅读全文
posted @ 2025-05-25 19:14 Zhentiw 阅读(18) 评论(0) 推荐(0)
摘要: Brwoser support: https://caniuse.com/?search=width%3Amin-content https://caniuse.com/?search=width%3Amax-content <!DOCTYPE html> <html lang="en"> <hea 阅读全文
posted @ 2025-05-25 19:09 Zhentiw 阅读(18) 评论(0) 推荐(0)
摘要: Browser support: https://caniuse.com/?search=subgrid <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="w 阅读全文
posted @ 2025-05-25 18:57 Zhentiw 阅读(18) 评论(0) 推荐(0)
摘要: Browser support: https://caniuse.com/?search=scrollbar-gutter When a element has limited size, and the content is oversized, the scrolling bar will sh 阅读全文
posted @ 2025-05-25 18:48 Zhentiw 阅读(44) 评论(0) 推荐(0)
摘要: Browser support: https://caniuse.com/?search=%40media Normally we write midea query like this: @media (max-width: 750px) { div { color: red; } } It ap 阅读全文
posted @ 2025-05-25 18:43 Zhentiw 阅读(6) 评论(0) 推荐(0)
摘要: Browser support: https://caniuse.com/?search=layer As we know by defualt, class selector has a higher priority than element selector in CSS <!DOCTYPE 阅读全文
posted @ 2025-05-25 18:38 Zhentiw 阅读(14) 评论(0) 推荐(0)