Contents in this wiki are for entertainment purposes only
This is not fiction ∞ this is psience of mind

Retro Code: Difference between revisions

From Catcliffe Development
Jump to navigation Jump to search
(Created page with ";<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hello World Explosion with Rainbow</title> <style> body { margin: 0; padding: 0; height: 100vh; display: flex; justify-content: center; align-items: center; font-family: Arial, sans-serif; overflow: hidden;...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
;<!DOCTYPE html>
<div style="background-color:azure; border:1px outset azure; padding:0 20px; max-width:860px; margin:0 auto; ">
<html lang="en">
    <div id="message">Hello World! ... World? Are you there?</div>
</div>
<html>
<head>
<head>
     <meta charset="UTF-8">
     <meta charset="UTF-8">
Line 14: Line 16:
             align-items: center;
             align-items: center;
             font-family: Arial, sans-serif;
             font-family: Arial, sans-serif;
             overflow: hidden;
             zoverflow: hidden;
             background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
             background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
             background-size: 1800% 1800%;
             background-size: 1800% 1800%;
Line 46: Line 48:
</head>
</head>
<body>
<body>
    <div id="message">Hello World! ... World? Are you there?</div>
     <script>
     <script>
         setTimeout(() => {
         setTimeout(() => {

Latest revision as of 13:37, 8 July 2024

Hello World! ... World? Are you there?

Hello World Explosion with Rainbow