Myribo
New member
hallo leutz 
ich bin noch ein, wie sagt man so schön, "newbie" in sachen css, hab mich aber schon ma n bissl versucht und hab schon ein problem
...
und zwar hab ich ne externe css datei und möchte die schriftgröße bestimmen...
ich habs jetzt so:
body {background:#023a67;font-family:Arial;color:#b7b7b7}
p {font-size:2}
h1 {font-size:larger}
form {background-color:#004e87}
table {background-color:#044476;text-align:center}
ul {list-style-image:url('bild.gif')}
a:link {color:#b7b7b7}
a:visited {color:#cccccc}
a:hover {color:#93a9d5}
a:active {color:#cccccc}
a:focus {color:#cccccc}
ich möchte aber nicht nur die schriftgröße für "<p>" einstellen, sondern für das GESAMTE dokument. wie geht das????
2.frage: wie formatiere ich jetzt noch form-elemente, wie buttons, textfelder (größe, farbe...)
ich danke!
myribo
ich bin noch ein, wie sagt man so schön, "newbie" in sachen css, hab mich aber schon ma n bissl versucht und hab schon ein problem
und zwar hab ich ne externe css datei und möchte die schriftgröße bestimmen...
ich habs jetzt so:
body {background:#023a67;font-family:Arial;color:#b7b7b7}
p {font-size:2}
h1 {font-size:larger}
form {background-color:#004e87}
table {background-color:#044476;text-align:center}
ul {list-style-image:url('bild.gif')}
a:link {color:#b7b7b7}
a:visited {color:#cccccc}
a:hover {color:#93a9d5}
a:active {color:#cccccc}
a:focus {color:#cccccc}
ich möchte aber nicht nur die schriftgröße für "<p>" einstellen, sondern für das GESAMTE dokument. wie geht das????
2.frage: wie formatiere ich jetzt noch form-elemente, wie buttons, textfelder (größe, farbe...)
ich danke!
myribo