Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
はい。これらの要素に影響を与えるために、属性セレクターでCSS応答性のある設計手法を使用できます。
@media only screen and (min-width : 320px) { a[data-inline=true] { display:inline; } }
単に使用するだけで、display: inline-block今は実際に機能します。
display: inline-block