zoukankan      html  css  js  c++  java
  • xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

    Next.js Conf 2020

    Next.js Conf Ticket

    https://nextjs.org/conf

    Conf Schedule

    https://confs.tech/javascript

    Ticket Card Component

    Web Components / npm package / Flutter package

    
    
    
    
    
    

    svg icons + css 3 background: linear-gradient

    <div class="conf-logo_header-icons__TAh2z">
      <div class="conf-logo_icon-background__3xSbg conf-logo_icon-globe__14HQv">
        <svg viewBox="0 0 24 24" height="16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" shape-rendering="geometricPrecision">
          <circle cx="12" cy="12" r="10"></circle>
          <path d="M2 12h20"></path>
          <path d="M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"></path>
        </svg>
      </div>
      <div class="conf-logo_icon-background__3xSbg conf-logo_icon-image__3ZVq0">
        <svg viewBox="0 0 24 24" height="16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" shape-rendering="geometricPrecision">
          <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
          <circle cx="8.5" cy="8.5" r="1.5"></circle>
          <path d="M21 15l-5-5L5 21"></path>
        </svg>
      </div>
      <div class="conf-logo_icon-background__3xSbg conf-logo_icon-activity__3me5q">
        <svg viewBox="0 0 24 24" height="16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" shape-rendering="geometricPrecision">
          <path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
        </svg>
      </div>
    </div>
    
    
    
    conf-logo_icon-globe__14HQv {
        background: linear-gradient(90deg,#ec6193,#ec4b31);
    }
    
    .conf-logo_icon-image__3ZVq0 {
        background: linear-gradient(90deg,#ffbc29,#eadf58);
    }
    
    .conf-logo_icon-activity__3me5q {
        background: linear-gradient(90deg,#57c84f,#53a0ec);
    }
    
    .conf-logo_icon-background__3xSbg {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
         24px;
        height: 24px;
    }
    *, *:before, *:after {
        box-sizing: inherit;
    }
    
    

    React SSR

    refs



    ©xgqfrms 2012-2020

    www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


  • 相关阅读:
    Amzon MWS API开发之订单接口
    Amazon 解决下载文件乱码
    分享一个近期写的简单版的网页采集器
    Log4Net使用指南
    C# Log4Net 日志
    C# 获取往控件中拖进的文件或文件夹的信息
    LOG4NET用法(个人比较喜欢的用法)
    WCF传输过大的数据导致失败的解决办法
    .Net Core 微服务学习(四) gRpc
    .Net Core 微服务学习(三): 网关(Gateway)
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/13816441.html
Copyright © 2011-2022 走看看