好看css字体01

<style lang="stylus" scoped>
  .bg-content
    position fixed
    top: 40%
    left: 27%
    .welcome
      font-size 40px
      font-weight 500
      color: transparent;
      background-color : black;
      text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
      -webkit-background-clip : text;
    .welcomeText
      font-family Arial,Helvetica,sans-serif
      font-weight 600
      font-size 70px
      color: rgb(60,141,188);
      letter-spacing: 0;
      text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135
</style>

猜你喜欢

转载自1971161579.iteye.com/blog/2399993