Translation of "use CSS" in Chinese
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
If an image is purely decoration, you should use CSS background images.
如果图像纯粹是装饰,则应使用CSS背景图片。
In short, do not use images for this, instead use CSS.
总之,不要使用这种图像,而要使用 CSS。
We can use CSS to control how these lists are displayed on our pages.
我们可以用 CSS 来控制这个列表显示在网页上的外观。
If your main heading needs a drop shadow, for example, use CSS for that rather than putting the text into an image.
例如,如果你的主标题需要有阴影,你可以用CSS 来达到这个目的,而不是把文本放到图片里。
It is good to use CSS stylesheet to format your web design because it can standardize the appearance of your website.
使用CSS样式表来为你的网站设计定义风格是一个非常好的方式,因为它可以对网站的表现形式制定出一个标准。
So for example, you can use CSS to alter the font, color, size and spacing of your content, split it into multiple columns, or add animations and other decorative features.
比如,您可以使用CSS来更改内容的字体、颜色、大小、间距,将内容分为多列,或者添加动画及其他的装饰效果。 学习途径
In addition, each action is classified by an action-specific attribute to use CSS to style these actions (by adding action-specific icons, for example).
另外,每一个操作是由特定行为的属性分类的,以使用CSS来设置这些操作的样式(例如,通过添加特定行为的图标)。
We could use CSS way
我们可以使用 CSS 的方式:
If you want a linebreak after something, chances are it should be marked up as a header element. If it's not a header, is it part of a class that occurs throughout your site? If that's the case then use CSS instead of <br>.
如果你希望在某处添加一个换行,这大概是开始了一个新的开头。如果不是 开头,会不会是某种在你的站点中出现过的class (类型)? 在上面两种情况下,你都应该用 CSS 替换 <br>。
All styles must live in the head of the document (see Add styles to a page). But you can use CSS preprocessors and templating to build static pages to better manage your content.
所有样式都必须放置在文档的标头部分(请参阅向网页中添加样式)。 但是您可以使用 CSS 预处理器和模板来构建静态网页,以便更好地管理您的内容。
AMP supports both media queries & element queries, plus comes with a powerful, built-in way to control the layout of individual elements. The layout attribute makes working with and creating fully responsive design much easier than if you'd use CSS alone.
AMP 不仅同时支持媒体查询和元素查询 ,还内置强大的功能来控制各个元素的布局 。相较于单独使用 CSS,借助 layout 属性可以更轻松地使用和创建完全自适应的设计。
For simplicity, never attempt to use CSS to hide Google's logo unless you're authorized to do it!
简单地说,永远不要在没有权限的情况下尝试使用CSS遮盖谷歌的图标。
Then I can use CSS selectors to extract this div, and then to take all the links. For insurance purposes, I'll use regular expressions to define what the format of the extracted URL, and then the final wording is like this
那么我可以先用CSS选择器提取出这个div,然后在取到所有的链接。为了保险起见,我再使用正则表达式限定一下提取出的URL的格式,那么最终的写法是这样子的: