UNPKG
programacion-web
Version:
latest (1.0.0)
1.0.0
validacion-formularios
programacion-web
/
css
/
ejemplocss2.css
17 lines
(15 loc)
•
247 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#etiqueta
{
text-align
: center;
color
: red; }
#Titulo3
{
font-family
: verdana;
color
:
rgb
(
11
,
139
,
41
);
text-align
: center;
font-size
:
18px
; }
h3
{
color
:
rgb
(
192
,
91
,
9
);
text-align
: center;
font-size
:
30px
; }