<!DOCTYPE html>
<
html
>
<
head
>
<
title
> Primer CSS Animations </
title
>
<
link
rel
=
"stylesheet"
href
=
</
head
>
<
body
>
<
div
class
=
"text-center"
>
<
h1
class
=
"color-fg-success"
> GeeksforGeeks </
h1
>
<
strong
>Primer CSS Animations Utility</
strong
>
</
div
>
<
div
class
=
"m-2 p-2 Box"
>
<
span
class
=
"anim-fade-in"
>
<
svg
width
=
"12"
height
=
"16"
viewBox
=
"0 0 12 16"
class
=
"octicon octicon-check"
aria-hidden
=
"true"
>
<
path
fill-rule
=
"evenodd"
d
=
"M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"
/>
</
svg
>
</
span
>
<
span
class
=
"content p-2"
>Primer CSS Fade In Animation</
span
>
<
span
class
=
"anim-fade-out"
>
<
svg
width
=
"12"
height
=
"16"
viewBox
=
"0 0 12 16"
class
=
"octicon octicon-check"
aria-hidden
=
"true"
>
<
path
fill-rule
=
"evenodd"
d
=
"M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"
/>
</
svg
>
</
span
>
<
span
class
=
"content p-2"
>Primer CSS Fade Out Animation</
span
>
<
span
class
=
"anim-fade-up"
>
<
svg
width
=
"12"
height
=
"16"
viewBox
=
"0 0 12 16"
class
=
"octicon octicon-check"
aria-hidden
=
"true"
>
<
path
fill-rule
=
"evenodd"
d
=
"M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"
/>
</
svg
>
</
span
>
<
span
class
=
"content p-2"
>Primer CSS Fade Up Animation</
span
>
</
div
>
</
body
>
</
html
>