space ke liye aur design ke liye code

/* Space after
    */ ul { margin-bottom: 20px; } /* Space between
  • elements */ li { margin-bottom: 10px; } /* Space after
      */ ol { margin-bottom: 20px; } /* Space after paragraphs (

      ) */ p { margin-bottom: 20px; } /* Line height for paragraphs (

      ) */ p { line-height: 1.8; } /* Space below

      ,

      , and

      */ h1, h2, h3 { margin-bottom: 10px; } isse bullet aur number border ke bahar nahi jayenge ul, ol { padding-left: 20px; /* Space between the bullet/number and the text */ margin-left: 0; /* Remove extra left margin */ } li { list-style-position: inside; /* This will ensure the bullet or number is inside the list item */ }