CSS(Cascading Style Sheets)是一种用来控制网页样式和布局的标记语言。它可以让网页开发者通过一系列的样式规则来改变网页的外观,从而使网页变得更加美观和易于阅读。以下是一些常用的CSS单词:
/* selector 选择器 */ selector class id element /* rule 规则 */ property value declaration selector rule /* box 模型 */ box model margin padding border /* text 文本 */ font color text text-align text-decoration /* layout 布局 */ display position float clear z-index /* on hover 悬停 */ :hover :hover selector /* pseudo-class 伪类 */ pseudo-class pseudo-element /* media queries 媒体查询 */ @media min-width max-width /* animation 动画 */ animation @keyframes transform transition /* responsive design 响应式设计 */ responsive design fluid layout grid system responsive image /* other 其他 */ inheritance !important !important selector CSS framework

