其他分享
首页 > 其他分享> > 一行代码的魅力 -- css

一行代码的魅力 -- css

作者:互联网

<template> <div></div> </template>

 

<script> export default {

 

} </script>

 

<style lang="scss">

 

html {     height: 100%;     background: repeating-conic-gradient(rgb(255, 255, 255), rgb(0, 0, 0), rgb(35, 38, 223) 0.1deg); } </style>     转自: https://csscoco.com/inspiration/#/./background/bg-conic-gradient-repeating-pattern.md

标签:background,conic,--,gradient,rgb,魅力,repeating,css,255
来源: https://www.cnblogs.com/zhang-hong/p/15742382.html