Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
css background
SUBMITTED BY:
Guest
DATE:
March 29, 2014, 4:53 p.m.
FORMAT:
CSS
SIZE:
444 Bytes
Raw
Download
Tweet
HITS:
720
Go to comments
Report
<!
DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
h1
{
background-color
:
#6495ed
;
}
p
{
background-color
:
#e0ffff
;
}
div
{
background-color
:
#b0c4de
;
}
</
style
>
</
head
>
<
body
>
<
h1
>
CSS
background-color
example
!</
h1
>
<
div
>
This
is
a
text
inside
a
div
element
.
<
p
>
This
paragraph
has
its
own
background
color
.</
p
>
We
are
still
in
the
div
element
.
</
div
>
</
body
>
</
html
>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus