[text] den den

Viewer

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>DEN DEN CALMA PADIN</title>
  7.     <style>
  8.         body {
  9.             font-family: Arial, sans-serif;
  10.             margin: 0;
  11.             padding: 0;
  12.             background-color: #f0f0f0;
  13.         }
  14.         header {
  15.             background-color: #333;
  16.             color: #fff;
  17.             padding: 20px;
  18.             text-align: center;
  19.         }
  20.         nav {
  21.             background-color: #444;
  22.             padding: 10px;
  23.             text-align: center;
  24.         }
  25.         nav a {
  26.             color: #fff;
  27.             text-decoration: none;
  28.             padding: 10px;
  29.         }
  30.         nav a:hover {
  31.             background-color: #555;
  32.         }
  33.         section {
  34.             padding: 20px;
  35.         }
  36.     </style>
  37. </head>
  38. <body>
  39.     <header>
  40.         <h1>DEN DEN CALMA PADIN</h1>
  41.     </header>
  42.     <nav>
  43.         <a href="#about">About</a>
  44.         <a href="#services">Services</a>
  45.         <a href="#contact">Contact</a>
  46.     </nav>
  47.     <section id="about">
  48.         <h2>About Us</h2>
  49.         <p>This is the about section. Add your content here.</p>
  50.     </section>
  51.     <section id="services">
  52.         <h2>Our Services</h2>
  53.         <p>This is the services section. Add your content here.</p>
  54.     </section>
  55.     <section id="contact">
  56.         <h2>Contact Us</h2>
  57.         <p>This is the contact section. Add your content here.</p>
  58.     </section>
  59. </body>
  60. </html>
  61.  

Editor

You can edit this paste and save as new:


File Description
  • den den
  • Paste Code
  • 22 Feb-2024
  • 1.53 Kb
You can Share it: