ghjhgsd
<!doctype html>
<html>
  <head>
    <title>My bootstrap</title>
    <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" >
  </head>
  <body> 
    <div class="container-fluid p-5 bg-primary text-white text-center">
      <h1>Bootstrap</h1>
      <p>hello I am harshit jain</p>
    </div>
    <div class="container mt-5">
      <div class="row">
        <div class="col-sm-4">
          <h1>Lorem</h1>
          <p>ithi ffddsvhdsvhbdcsaghffbmxzcjbsfdc</p>
        </div>
        <div class="col-sm-4">
          <h2>lorem</h2>
          <p>dfscbbfsvdsbbdfgscvgmdghhhfbg</p>
        </div>
      </div>
    </div>
  </body>
</html>
/* ESLint rules https://eslint.org/docs/2.0.0/rules/ */
/* eslint no-undef: "off" */

ghjhgsd

  • Files
  • Index
  • Style
  • Script
  • README
  • CDN Add
HTML
PLEASE WAIT...