官术网_书友最值得收藏!

Using CSS in AMP pages

We're not finished converting our page to AMP just yet; let's deal with the validation error that mentions the style sheet next:

The attribute 'href' in tag 'link rel=stylesheet for fonts' is set to the invalid value 'style.css'.

One of the ways that AMP achieves its speed is by forbidding linked external style sheets. This means that all CSS must be inlined in the <head> of your AMP page. Open up the style sheet, and copy-paste all of the CSS rules you find into the AMP document. You'll need to wrap this CSS in a <style amp-custom> tag like this:

<style amp-custom>
html, body, ul {
margin:0;
padding:0;
}
...
</style>
You can only have one <style> tag in your AMP document, and it must include the amp-custom attribute.

Inlined CSS is limited to 50 KB per page, which is considered enough to style a single page

If you reload the page now, you should see that the CSS validation error message is now resolved.

主站蜘蛛池模板: 侯马市| 女性| 柘荣县| 龙泉市| 泾阳县| 阿城市| 邻水| 行唐县| 浏阳市| 措勤县| 永宁县| 锡林浩特市| 五指山市| 灵川县| 久治县| 吉隆县| 洱源县| 黄龙县| 忻城县| 洞口县| 天等县| 海门市| 保定市| 石林| 错那县| 南郑县| 荆州市| 建湖县| 郑州市| 中阳县| 雷波县| 方城县| 盐城市| 兴仁县| 潍坊市| 萨嘎县| 永嘉县| 湄潭县| 涟水县| 南岸区| 财经|