标题样式-1

PHOTO EMBED

Wed Sep 18 2024 07:35:45 GMT+0000 (Coordinated Universal Time)

Saved by @vasttininess #css

            .title {
              border-radius: 16px;
              border: 1px solid #e8e9fb;
              box-shadow: 0 0 10px #e8e9fb;
              text-align: center;
              color: #12a3f5;
              width: fit-content;
              min-width: 80px;
              padding: 0 10px;
              position: relative;
              left: 50%;
              translate: -50%;
              margin-bottom: 6px;
              &:before {
                content: "";
                width: 300%;
                height: 2px;
                background: #e8e9fb;
                position: absolute;
                bottom: -6px;
                left: 50%;
                translate: -50%;
                background: linear-gradient(to right, rgba(255, 255, 255, 0) ,#e8e9fb,rgba(255, 255, 255, 0));
              }
            }
content_copyCOPY