html+css代码集

2024-01-31  本文已影响0人  AC编程

一、画一条横线

<div style="width: 100%;  background: rgb(194, 193, 193); height: 1px; margin-top: -5px; margin-bottom: 10px;" />

二、div块颜色渐变

<template>
  <div style="margin: 50px;">
    <div style="background: linear-gradient(to right, #20b2aa, #20FAFA);width: 300px; height: 200px;">
    </div>
  </div>
</template>

效果图


效果图
上一篇 下一篇

猜你喜欢

热点阅读