[text] life machine

Viewer

copydownloadembedprintName: life machine
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.         <title>Life Machine</title>
  5.         <meta charset="utf-8">
  6.         <meta name="viewport" content="width=device-width, initial-scale=1">
  7.         <style>
  8.                 body {
  9.                         background-color: #FFC0CB;
  10.                         font-family: Arial, sans-serif;
  11.                         margin: 0;
  12.                         padding: 0;
  13.                 }
  14.  
  15.                 .container {
  16.                         max-width: 800px;
  17.                         margin: 0 auto;
  18.                         padding: 20px;
  19.                         background-color: #fff;
  20.                         box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  21.                 }
  22.  
  23.                 h1 {
  24.                         font-size: 36px;
  25.                         text-align: center;
  26.                         color: #000;
  27.                         margin-top: 50px;
  28.                 }
  29.  
  30.                 h2 {
  31.                         font-size: 24px;
  32.                         color: #000;
  33.                         margin-top: 30px;
  34.                         margin-bottom: 10px;
  35.                 }
  36.  
  37.                 p {
  38.                         font-size: 18px;
  39.                         line-height: 1.5;
  40.                         color: #000;
  41.                         margin-top: 10px;
  42.                         margin-bottom: 10px;
  43.                 }
  44.  
  45.                 img {
  46.                         display: block;
  47.                         margin: 0 auto;
  48.                         max-width: 100%;
  49.                         height: auto;
  50.                         margin-top: 30px;
  51.                 }
  52.  
  53.                 table {
  54.                         width: 100%;
  55.                         margin-top: 30px;
  56.                         border-collapse: collapse;
  57.                 }
  58.  
  59.                 th, td {
  60.                         padding: 10px;
  61.                         text-align: left;
  62.                         border-bottom: 1px solid #ddd;
  63.                 }
  64.  
  65.                 th {
  66.                         background-color: #FF69B4;
  67.                         color: #fff;
  68.                         font-weight: bold;
  69.                         text-transform: uppercase;
  70.                         font-size: 16px;
  71.                 }
  72.  
  73.                 .btn {
  74.                         display: block;
  75.                         margin: 0 auto;
  76.                         background-color: #FF69B4;
  77.                         color: #fff;
  78.                         padding: 10px 20px;
  79.                         border-radius: 5px;
  80.                         font-size: 18px;
  81.                         text-decoration: none;
  82.                         text-align: center;
  83.                         margin-top: 30px;
  84.                 }
  85.  
  86.                 .btn:hover {
  87.                         background-color: #FF1493;
  88.                 }
  89.  
  90.                 .footer {
  91.                         background-color: #FF69B4;
  92.                         color: #fff;
  93.                         padding: 10px;
  94.                         text-align: center;
  95.                         margin-top

Editor

You can edit this paste and save as new:


File Description
  • life machine
  • Paste Code
  • 23 Mar-2023
  • 1.58 Kb
You can Share it: