TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Small CSS library for writing your blogs

3 点作者 isneu将近 3 年前

1 comment

EddieDante将近 3 年前
This has me scratching my head. Why are you using &lt;div&gt; for everything? HTML5 has been a thing for years, along with semantic tags like &lt;header&gt;, &lt;footer&gt;, &lt;nav&gt;, &lt;main&gt;, &lt;aside&gt;, &lt;article&gt;, &lt;section&gt;, etc. Or is this intended for people still using HTML4 or XHTML? Also, why do you need a &lt;div&gt; for image captions? That&#x27;s what &lt;figure&gt; and &lt;figcaption&gt; are for.<p>Also, anybody who cares about web accessibility is going to run into needless misery using this stylesheet.<p><a href="https:&#x2F;&#x2F;wave.webaim.org&#x2F;report#&#x2F;https:&#x2F;&#x2F;isneuu.com&#x2F;css-blog-library.html" rel="nofollow">https:&#x2F;&#x2F;wave.webaim.org&#x2F;report#&#x2F;https:&#x2F;&#x2F;isneuu.com&#x2F;css-blog-...</a>