5个每个开发人员都应该知道的很棒的CSS 技巧
html {
scroll-behavior: smooth;
}
img {
max-width:100%;
height:auto;
}
body {
cursor: url("images/cursor.png"), auto;
}
.center {
width: 300px;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
p {
-webkit-line-clamp: 5;
}
温馨提示 : 非特殊注明,否则均为©李联华的博客网原创文章,本站文章未经授权禁止任何形式转载;IP地址:3.239.76.211,归属地:弗吉尼亚州Ashburn ,欢迎您的访问!
文章链接:https://www.ooize.com/5-great-css-tips-that-every-developer-should-know.html
文章链接:https://www.ooize.com/5-great-css-tips-that-every-developer-should-know.html
订阅
登录
0 评论