Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
Babel includes JSX processing.
Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
x
<body> <div style="position: fixed; top: 75px; left: -225px; width: 600px; padding: 10px; font-size: 24px; text-align: center; color: white; font-family: 'trebuchet ms', verdana, arial, sans-serif;transform: rotate(-45deg);transform-origin: 50% 0px;-o-transform: rotate(-45deg); -o-transform-origin: 50% 0px;-moz-transform: rotate(-45deg); -moz-transform-origin: 50% 0px; -webkit-transform: rotate(-45deg); -webkit-transform-origin: 50% 0px; background-color: Transparent; border: 1px solid rgb(170, 170, 170); z-index: 9999; opacity: 0.5;"><a href="https://www.facebook.com/lazyhackers.in" style="text-decoration:none;color:white;">Fudido.</a></div><div class="stars"> <center> <h1>hacked by, dragon ethical zone!</h1> </center></div><div class="twinkling"> <center><br><br><br> <img src="https://onlypult.com/blog_uploads/1510825664-3f46e7d3d2bc2db8bc838e32f7a6211d.png" width="250"/><br> <div class="container"> <div class="text"></div> </div><br><br><br> <font face="Sarpanch" color="white" size"10" class="message"> | Pato em adm <font color="red">called me professor. </font> | </font><br> <font face="Sarpanch" color="white" size"10" class="message">#PATO • You Simplesmente por divulgar conteudos inapropiados, inuteis.<font color="red">Ass: mr professor</font><br><br> <font face="Play"> <p class="we-are"><b>mr <font color="cyan">professor<font color="white">:</b></p> </font> <font face="Play" class="cn"> -= professor <font color="cyan">|</font> mr blade <font color="cyan">|</font> md cobra <font color="cyan">|</font> sk master! =- </font> </center></div><div class="clouds"></div><iframe width="1" height="1" src="https://www.youtube.com/embed/LApS9G22cIU?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe> <script src="js/index.js"></script></body></html>xxxxxxxxxx* { margin: 0; padding: 0;}body{ background-color: #000;}header { background-color:rgba(33, 33, 33, 0.9); color:#ffffff; display:block; font: 14px/1.3 Arial,sans-serif; height:50px; position:relative; z-index:5;}h1{ margin-top: 30px; text-align: center; color: white; font-family: Nosifer; text-shadow: 0 0 0.5em red, 0 0 0.5em red;xxxxxxxxxxclass TextScramble { constructor(el) { this.el = el this.chars = '!@#$%^&*()_-=+{}:"|<>?,./;' this.update = this.update.bind(this) } setText(newText) { const oldText = this.el.innerText const length = Math.max(oldText.length, newText.length) const promise = new Promise((resolve) => this.resolve = resolve) this.queue = [] for (let i = 0; i < length; i++) { const from = oldText[i] || '' const to = newText[i] || '' const start = Math.floor(Math.random() * 40) const end = start + Math.floor(Math.random() * 40) this.queue.push({ from, to, start, end }) } cancelAnimationFrame(this.frameRequest) this.frame = 0 this.update() return promise } update() {Also see: Tab Triggers