<!DOCTYPE html>
<
html
>
<
head
>
<
title
>Primer CSS Typography</
title
>
<
link
rel
=
"stylesheet"
href
=
</
head
>
<
body
>
<
center
>
<
h1
class
=
"color-fg-open"
>GeeksforGeeks</
h1
>
<
strong
>Primer CSS Padding</
strong
>
</
center
>
<
strong
>p-0:</
strong
>
<
div
class
=
"p-0 color-bg-success"
>
I am the Outer Box
<
div
class
=
"border-green-800 color-bg-success-emphasis"
>
I am the inner box
</
div
>
</
div
>
<
strong
>p-1:</
strong
>
<
div
class
=
"p-1 color-bg-success"
>
I am the Outer Box
<
div
class
=
"border-green-800 color-bg-success-emphasis"
>
I am the inner box
</
div
>
</
div
>
<
strong
>p-2:</
strong
>
<
div
class
=
"p-2 color-bg-success"
>
I am the Outer Box
<
div
class
=
"border-green-800 color-bg-success-emphasis"
>
I am the inner box
</
div
>
</
div
>
<
strong
>p-3:</
strong
>
<
div
class
=
"p-3 color-bg-success"
>
I am the Outer Box
<
div
class
=
"border-green-800 color-bg-success-emphasis"
>
I am the inner box
</
div
>
</
div
>
<
strong
>p-4:</
strong
>
<
div
class
=
"p-4 color-bg-success"
>
I am the Outer Box
<
div
class
=
"border-green-800 color-bg-success-emphasis"
>
I am the inner box
</
div
>
</
div
>
<
strong
>p-5:</
strong
>
<
div
class
=
"p-5 color-bg-success"
>
I am the Outer Box
<
div
class
=
"border-green-800 color-bg-success-emphasis"
>
I am the inner box
</
div
>
</
div
>
<
strong
>p-6:</
strong
>
<
div
class
=
"p-6 color-bg-success"
>
I am the Outer Box
<
div
class
=
"border-green-800 color-bg-success-emphasis"
>
I am the inner box
</
div
>
</
div
>
</
body
>
</
html
>