UNPKG
programacion-web
Version:
latest (1.0.0)
1.0.0
validacion-formularios
programacion-web
/
css
/
ejemplocss4.css
14 lines
•
244 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body
{
background-color
:
rgb
(
255
,
255
,
255
);
font-family
: Arial, sans-serif; }
h1
{
color
:
rgb
(
190
,
60
,
60
);
text-align
: center;
font-size
:
30px
; }
p
{
color
:
rgb
(
168
,
54
,
54
);
text-align
: center;
font-size
:
30px
; }