Answers for "create project for bootstrap and html"

0

how to add bootstrap to our website

<head> 
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"/>

</head>
Posted by: Guest on June-20-2021
0

how to use bootstrap

<!-- Types of Bootstrap links -->
<a href="#" class="link-primary">Primary link</a>
<a href="#" class="link-secondary">Secondary link</a>
<a href="#" class="link-success">Success link</a>
<a href="#" class="link-danger">Danger link</a>
<a href="#" class="link-warning">Warning link</a>
<a href="#" class="link-info">Info link</a>
<a href="#" class="link-light">Light link</a>
<a href="#" class="link-dark">Dark link</a>
Posted by: Guest on September-01-2021

Code answers related to "create project for bootstrap and html"

Browse Popular Code Answers by Language