<!DOCTYPE html>
<
html
>
<
head
>
<
title
>Primer CSS Popover bottom</
title
>
<
link
rel
=
"stylesheet"
href
=
</
head
>
<
body
>
<
center
>
<
h1
class
=
"color-fg-success"
>
GeeksforGeeks
</
h1
>
<
h3
>Primer CSS Popover bottom</
h3
>
<
div
class
=
"position-relative text-center"
>
<
div
class
=
"Popover position-relative"
>
<
div
class="Popover-message
Popover-message--bottom p-4 mx-auto
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"
>
Ok!
</
button
>
</
div
>
</
div
>
<
img
src
=
alt
=
"gfg"
>
</
div
>
</
center
>
</
body
>
</
html
>