学习笔记摘自freecodecamp.org提供的Responsive Web Design Certification(300 hours) 教程
All HTML elements are essentially little rectangles.
The main HTML5 tag helps search engines and other developers find the main content of your page.
Every HTML page has a body element.
you can style your body element just like any other HTML element, and all your other elements will inherit your body element's styles.
By creating your variables in :root, they will be available throughout the whole web page.

本文摘自freecodecamp.org的响应式网页设计认证教程,介绍所有HTML元素本质上都是矩形,通过使用main HTML5标签帮助搜索引擎和其他开发者找到页面的主要内容。每个HTML页面都有一个body元素,可以像其他HTML元素一样对其进行样式设置,且页面上所有其他元素将继承body元素的样式。通过在:root中创建变量,可以在整个网页中使用。

被折叠的 条评论
为什么被折叠?



