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

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.

主站蜘蛛池模板: 佛冈县| 石楼县| 凤台县| 大港区| 台湾省| 申扎县| 凤山县| 伊春市| 新蔡县| 阜阳市| 河曲县| 五常市| 石柱| 什邡市| 新安县| 小金县| 西充县| 景谷| 桦南县| 延安市| 汪清县| 天祝| 蛟河市| 西林县| 融水| 凤凰县| 荣成市| 绥阳县| 平舆县| 江孜县| 建宁县| 房产| 察隅县| 勃利县| 兖州市| 青田县| 上思县| 肃北| 济阳县| 合山市| 丹巴县|