Git Product home page Git Product logo

hello-world's Introduction

css

菜鸟教程 MDN文档 后盾人文档

CSS (Cascading Style Sheets,层叠样式表),是一种用来为结构化文档(如 HTML 文档或 XML 应用)添加样式(字体、间距和颜色等)的计算机语言。CSS3 现在已被大部分现代浏览器支持,而下一版的 CSS4 仍在开发中。

less

中文文档

Less(Leaner Style Sheets 精简样式表) 是一种动态样式语言,属于 css 预处理器的范畴,它扩展了 CSS 语言,增加了变量、Mixin、函数等特性,使 CSS 更易维护和扩展,Less 既可以在 客户端 上运行 ,也可以借助 Node.js 在服务端运行。

scss

官网 中文网 中文文档

Sass 是一款强化 CSS 的辅助工具,它在 CSS 语法的基础上增加了变量 (variables)、嵌套 (nested rules)、混合 (mixins)、导入 (inline imports) 等高级功能,这些拓展令 CSS 更加强大与优雅。使用 Sass 以及 Sass 的样式库(如 Compass)有助于更好地组织管理样式文件,以及更高效地开发项目。

hello-world's People

Contributors

fcbyk avatar

Watchers

 avatar

hello-world's Issues

学习文本相关的css属性

color:设置文本颜色。
font-style:设置字体样式,如斜体。
font-variant:控制小型大写字母的显示方式。
font-weight:设置字体粗细。
font-size:设置字体大小。
line-height:设置行高。
font-family:设置字体系列。
letter-spacing:设置字符间距。
word-spacing:设置单词间距。
text-align:设置文本对齐方式。
text-decoration:设置文本装饰,如下划线、删除线等。
text-indent:设置首行文本缩进。
text-transform:设置文本转换,如大写、小写等。
white-space:控制空白符的处理方式,如是否折行、是否保留空格等。
text-overflow:控制文本溢出时的显示方式,如省略号等。
overflow-wrap:控制文本如何在元素内换行。
word-break:控制长单词或 URL 地址如何被分割换行。
text-shadow:为文本添加阴影效果。
text-rendering:控制文本渲染的方式,影响文字的平滑度和清晰度。
direction:设置文本方向,如从右到左的阿拉伯语或希伯来语。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.