<!DOCTYPE html>
<
html
>
<
head
>
<
title
> Primer CSS Popover Bottom-right </
title
>
<
link
rel
=
"stylesheet"
href
=
</
head
>
<
body
>
<
h1
class
=
"color-fg-success text-right pr-12"
>
GeeksforGeeks
</
h1
>
<
h3
class
=
"text-right pr-12"
>
Primer CSS Popover Bottom-right
</
h3
>
<
div
class
=
"position-relative text-right pr-12"
>
<
div
class
=
"Popover position-relative"
>
<
div
class="Popover-message
Popover-message--bottom-right
p-4 mb-2 text-left Box color-shadow-large">
<
h4
class
=
"mb-2"
>Geeks Summer Carnival</
h4
>
<
p
>
GeeksforGeeks is finally back with Geeks
Summer Carnival 2022 the most awaited
7-days long Summer Carnival fiesta starting
on 5th April 2022 and wrapping on 11th
April 2022, where coders, like you, can
get a 110% return on your career growth
investment.
</
p
>
<
button
type
=
"submit"
class
=
"btn btn-outline mt-2 text-bold"
>
Got it!
</
button
>
</
div
>
</
div
>
<
img
src
=
alt
=
"gfg"
>
</
div
>
</
body
>
</
html
>