I have read https://github.com/ampproject/amphtml/blob/master/docs/create_page.md about the usage of CSS, but am not sure what CSS selectors the format allows. Are there any restrictions on selectors/properties?
Can style declarations be placed anywhere in <html>
or only in <head>
?
Is it possible to include any external stylesheets?