Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---CODES---
- <style>
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- @keyframes glow {
- 0% {
- text-shadow: 0 0 15px white;
- }
- 50% {
- text-shadow: none;
- }
- 100% {
- text-shadow: 0 0 15px white;
- }
- }
- @-webkit-keyframes glow {
- 0% {
- text-shadow: 0 0 15px white;
- }
- 50% {
- text-shadow: 0 0 0;
- }
- 100% {
- text-shadow: 0 0 15px white;
- }
- }
- #text01 {
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke-width: 1px;
- -webkit-text-stroke-color: #fff;
- -webkit-animation: glow 2.0s linear infinite;
- -moz-animation: glow 2.0s linear infinite;
- -ms-animation: glow 2.0s linear infinite;
- -o-animation: glow 2.0s linear infinite;
- animation: glow 2.0s linear infinite;
- }
- #text03, #text04 {
- border-top: 3px dotted white;
- border-bottom: 3px dotted white;
- border-left: 3px double white;
- border-right: 3px double white;
- padding: 8px;
- border-radius: 20px;
- height: 10em;
- overflow-y: scroll;
- background: #FFFFFF40;
- }
- #text03 strong {
- font-size: 1.25em; }
- #text03 mark {
- background: #FFFFFF40;
- border: 1px solid white;
- border-radius: 8px;
- padding: 2px;
- }
- #text04 mark {
- background: #e9cec3;
- border: 1px solid white;
- border-radius: 8px;
- padding: 2px;
- color: #ab8c7b;
- }
- </style>
- ---MARQUEE---
- <style>
- #poop {
- font-size:1em;
- font-family: 'Grandstander';
- color: #fff;
- font-weight: bold;
- </style>
- <div id="poop"> <marquee behavior="scroll" direction="left"> credit zuhaves <3 </marquee>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment