<!DOCTYPE html>
<
html
>
<
head
>
<
title
> Primer CSS Popover Right-bottom</
title
>
<
link
rel
=
"stylesheet"
href
=
</
head
>
<
body
>
<
h1
class
=
"color-fg-success text-center"
>
GeeksforGeeks
</
h1
>
<
h3
class
=
"text-center"
>
Primer CSS Popover Right-bottom.
</
h3
>
<
div
class
=
"d-flex flex-justify-center flex-items-end"
>
<
div
class
=
"Popover position-relative"
>
<
div
class="Popover-message Popover-message--right-bottom
p-4 mr-2 Box color-shadow-large">
<
h4
class
=
"mb-2"
>
Data Structures and Algorithms - Self Paced
</
h4
>
<
p
>
Most popular course on DSA trusted by over 75,000
students! Built with years of experience by industry
experts and gives you a complete package of video
lectures, practice problems, quizzes, discussion forums
and contests. Start Today!
</
p
>
<
button
type
=
"submit"
class
=
"btn btn-primary mt-2 text-bold"
>
Buy Now!
</
button
>
</
div
>
</
div
>
<
img
height
=
"150px"
width
=
"150px"
alt
=
"gfg"
src
=
</
div
>
</
body
>
</
html
>