| 12345678910111213141516171819202122232425262728293031323334353637 |
- <template>
- <div
- class="github-ribbon"
- style="
- position: absolute;
- right: 0px;
- top: 0px;
- width: 150px;
- height: 150px;
- overflow: hidden;
- z-index: 99999;
- "
- >
- <a
- style="
- display: inline-block;
- width: 200px;
- overflow: hidden;
- padding: 6px 0px;
- text-align: center;
- transform: rotate(45deg);
- text-decoration: none;
- color: rgb(255, 255, 255);
- position: inherit;
- top: 45px;
- right: -40px;
- border-width: 1px 0px;
- border-style: dotted;
- border-color: rgba(255, 255, 255, 0.7);
- font: 700 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
- box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px 0px;
- background-color: rgb(170, 0, 0);
- "
- href="https://github.com/feitian124/vue3-tailwind3-website-starter"
- >Fork me on GitHub</a>
- </div>
- </template>
|