Answers for "4.6 bootstrap"

12

enable ufw ubuntu

sudo ufw enable
Posted by: Guest on June-24-2019
0

ufw linux

sudo ufw default deny incoming
sudo ufw default allow outgoing
Posted by: Guest on August-11-2020
16

bootstrap 4

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
Posted by: Guest on January-13-2020
1

bootstrap 4

//this cdn is for working bootstrap in your project
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js">
Posted by: Guest on February-03-2021
0

bootstrap 4

<div id="date-picker-example" class="md-form md-outline input-with-post-icon datepicker">
  <input placeholder="Select date" type="text" id="example" class="form-control">
  <label for="example">Try me...</label>
  <i class="fas fa-calendar input-prefix" tabindex=0></i>
</div>
Posted by: Guest on November-02-2020

Browse Popular Code Answers by Language