简介
在本实验中,我们将探索 CSS 编程的基础知识。你将学习如何使用 CSS 来设计网页样式并创建视觉上吸引人的设计。在本实验结束时,你将对 CSS 语法、选择器和属性有扎实的理解,并能够将它们应用到你自己的项目中。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
css(("`CSS`")) -.-> css/BasicConceptsGroup(["`Basic Concepts`"])
css(("`CSS`")) -.-> css/CoreLayoutGroup(["`Core Layout`"])
css(("`CSS`")) -.-> css/ResponsiveandAdaptiveDesignGroup(["`Responsive and Adaptive Design`"])
css/BasicConceptsGroup -.-> css/selectors("`Selectors`")
css/CoreLayoutGroup -.-> css/margin_and_padding("`Margin and Padding`")
css/CoreLayoutGroup -.-> css/width_and_height("`Width and Height`")
css/CoreLayoutGroup -.-> css/positioning("`Positioning`")
css/ResponsiveandAdaptiveDesignGroup -.-> css/mobile_first_design("`Mobile First Design`")
subgraph Lab Skills
css/selectors -.-> lab-35202{{"`CSS 样式设计基础`"}}
css/margin_and_padding -.-> lab-35202{{"`CSS 样式设计基础`"}}
css/width_and_height -.-> lab-35202{{"`CSS 样式设计基础`"}}
css/positioning -.-> lab-35202{{"`CSS 样式设计基础`"}}
css/mobile_first_design -.-> lab-35202{{"`CSS 样式设计基础`"}}
end