css 背景

在html中 溢出隐藏 写为省略号

text-overflow:ellipsis; overflow:hidden; white-space:nowrap;

div高度固定超出隐藏 里边怎么让溢出的内容显示

用css控制 y轴 在高度一定时,再添加代码 { overflow-y: auto }

css样式为 div{overflow:hidden}注意几点:

div必须设置高度overflow:hidden才能生效,超出部分隐藏

 

纯CSS3实现移动端展开和收起效果 https://blog.csdn.net/itpinpai/article/details/75147272

 

渐变背景

橘黄色,浅青色 background-image: linear-gradient(bisquelightcyan);

浅粉色, 白色 background: linear-gradient(lightpink, white);

 

利用CSS实现多彩文字 https://www.cnblogs.com/chalkbox/p/13054825.html

 

170+ https://codepen.io/comehope/pens/public/ 来自github 国内gitee

 

See the Pen Text fade in effect by Comehope (@comehope) on CodePen.

posted on 2021-10-26 01:51  Redwei  阅读(27)  评论(0编辑  收藏  举报