CSS set bootstrap popover borders css - Net-Raft.com

Welcome aboard! We are happy you are here and wish you good net-raft!




Just a Web Code Solution
join us

How to set bootstrap popover borders in css ?


 1320

Show ResultCSS


1

<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>

<style>
.popover {
max-width:40%;
height:auto;
border: 2px dotted #f4511e;
}
</style>

</head>
<body>

<div class="container">
<a href="#" data-toggle="popover" title="Popover Header" data-content="Some content inside the popover">Toggle popover</a>
</div>

<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
</script>

</body>
</html>


By        
The power of the user (%)
62%



The most helpful CSS solutions

How to set bootstrap popover borders in css ?How to set bootstrap popover borders in css ?CSS

Click to see more ...

  1.3K     91

animate using cssanimate using cssCSS

Click to see more ...

  1.2K     83

How to create a cylinder using css ?How to create a cylinder using css ?CSS

Click to see more ...

  2K     79

How set border bottom using css ?How set border bottom using css ?CSS

Click to see more ...

  1.3K     69

How to set the starting position of a background image using css ?How to set the starting position of a background image using css ?CSS

Click to see more ...

  716     48

center a fixed element on the pagecenter a fixed element on the pageCSS

Click to see more ...

  854     48

css style browser scrollbarcss style browser scrollbarCSS

Click to see more ...

  597     39

How to overline text using css ?How to overline text using css ?CSS

Click to see more ...

  375     32

How to underline text using css ?How to underline text using css ?CSS

Click to see more ...

  418     26

How to set the cursor pointer of an element using css ?How to set the cursor pointer of an element using css ?CSS

Click to see more ...

  426     26

Welcome aboard!
We are happy you are here and
wish you good net-raft!