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

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.

主站蜘蛛池模板: 松阳县| 织金县| 万宁市| 鄯善县| 会理县| 洪洞县| 江津市| 秦皇岛市| 宁河县| 兰西县| 新兴县| 钟山县| 黑水县| 馆陶县| 富民县| 湟源县| 宣化县| 加查县| 甘泉县| 乌恰县| 油尖旺区| 广宗县| 新平| 康保县| 南投县| 高邮市| 信丰县| 锦州市| 五台县| 家居| 托克逊县| 西林县| 峨山| 定南县| 岳普湖县| 双流县| 四子王旗| 肃南| 方正县| 南川市| 射阳县|