[text] sdfasfd

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>Personal Webpage</title>
  7.     <style>
  8.         body {
  9.             font-family: Arial, sans-serif;
  10.             background-color: #f0f0f0;
  11.             margin: 0;
  12.             padding: 0;
  13.             box-sizing: border-box;
  14.         }
  15.         header {
  16.             background-color: #333;
  17.             color: #fff;
  18.             text-align: center;
  19.             padding: 20px 0;
  20.         }
  21.         h1 {
  22.             margin: 0;
  23.             font-size: 36px;
  24.         }
  25.         .container {
  26.             max-width: 800px;
  27.             margin: 20px auto;
  28.             padding: 0 20px;
  29.         }
  30.         p {
  31.             font-size: 18px;
  32.             line-height: 1.6;
  33.         }
  34.         footer {
  35.             background-color: #333;
  36.             color: #fff;
  37.             text-align: center;
  38.             padding: 10px 0;
  39.             position: fixed;
  40.             width: 100%;
  41.             bottom: 0;
  42.         }
  43.     </style>
  44. </head>
  45. <body>
  46.  
  47. <header>
  48.     <h1>Your Name</h1>
  49. </header>
  50.  
  51. <div class="container">
  52.     <h2>About Me</h2>
  53.     <p>Welcome to my personal webpage! Here you can learn more about me and my interests.</p>
  54.     
  55.     <h2>My Interests</h2>
  56.     <p>I'm passionate about...</p>
  57.     <ul>
  58.         <li>Interest 1</li>
  59.         <li>Interest 2</li>
  60.         <li>Interest 3</li>
  61.     </ul>
  62.     
  63.     <h2>Contact Me</h2>
  64.     <p>Feel free to reach out to me via email at <a href="mailto:[email protected]">[email protected]</a>.</p>
  65. </div>
  66.  
  67. <footer>
  68.     <p>© 2024 Your Name. All rights reserved.</p>
  69. </footer>
  70.  
  71. </body>
  72. </html>
  73.  

Editor

You can edit this paste and save as new:


File Description
  • sdfasfd
  • Paste Code
  • 18 Apr-2024
  • 1.69 Kb
You can Share it: