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

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.

主站蜘蛛池模板: 青龙| 云南省| 会理县| 电白县| 肥东县| 聂拉木县| 星座| 云梦县| 长治县| 茂名市| 乌兰察布市| 驻马店市| 饶河县| 平罗县| 潮州市| 武强县| 兴安盟| 尚志市| 双桥区| 隆化县| 栾川县| 德格县| 外汇| 惠安县| 蒙阴县| 亚东县| 科技| 巩留县| 秦皇岛市| 樟树市| 凤凰县| 深水埗区| 江北区| 会同县| 灵山县| 吉安县| 蓝山县| 抚顺县| 乌什县| 名山县| 南平市|