css CSS片段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS片段相关的知识,希望对你有一定的参考价值。

CSS Snippets
------------


A [Pen](https://codepen.io/zjunebao/pen/PxXPdR) by [zjunebao](https://codepen.io/zjunebao) on [CodePen](https://codepen.io).

[License](https://codepen.io/zjunebao/pen/PxXPdR/license).
<div>
  <div class="hue-articles box">
    hue-articles
  </div>
</div>
PxXPdR
------


A [Pen](https://codepen.io/zjunebao/pen/PxXPdR) by [zjunebao](https://codepen.io/zjunebao) on [CodePen](https://codepen.io).

[License](https://codepen.io/zjunebao/pen/PxXPdR/license).
.box {
  height: 300px;
  width: 300px;
  display:flex;
  align-items: center;
  justify-content: center;
}


.hue-articles {
    background-image: -moz-linear-gradient(135deg,#7367f0 20%,#ce9ffc 70%);
    background-image: -webkit-linear-gradient(135deg,#7367f0 20%,#ce9ffc 70%);
    background-image: -ms-linear-gradient(135deg,#7367f0 20%,#ce9ffc 70%);
}

以上是关于css CSS片段的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段7——CSS动画

VSCode自定义代码片段7——CSS动画

VSCode自定义代码片段——CSS选择器

VSCode自定义代码片段6——CSS选择器

css CSS片段

css CSS网格片段