Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
- </head>
- <style>
- #button { z-index:500; } /* change this if you dont want it positioned */
- #button {
- display: flex;
- align-items: center;
- background: white;
- padding:4px;
- width:auto;
- border-radius:30px;
- }
- p3 {
- display: flex;
- align-items: center;
- font-size: .9em;
- color: #fff;
- font-family: “georgia”;
- animation:blinkingText .875s infinite;
- margin: auto;
- }
- @keyframes blinkingText{
- 0%{ color: #fff; }
- 49%{ color: #fff; }
- 60%{ color: #b687bf; }
- 99%{ color: #b687bf; }
- 100%{ color: #fff; }
- }
- </style>
- <div id="button"><i class="fas fa-globe" style="font-size:20px; color: #b687bf;"></i> <text style="color:#BBB6B8;display: flex;
- align-items: center;font-family:arial;
- font-size:.865em;"> www.blue-lock.com <p3> |</p3></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement