hallo,
wie kan mij helpen om de achtergrond kleur en lettertype enzo over te zetten naar een css bestand.
mads
1.105 views
body {
background-color:
color:
}
/* Koppen: */
h1 {
background-color:
color:
font-family:
font-size:
font-weight:
line-height:
}
h2 {
background-color:
color:
font-family:
font-size:
font-weight:
line-height:
margin-bottom:
}
h3 {
background-color:
color:
font-family:
font-size:
font-weight:
line-height:
margin-bottom:
}
/* Besturingselementen (controls) voor formulieren: */
fieldset {
cursor:
padding:
}
input {
font-family
font-size:
}
label {
font-family:
font-size:
}
legend {
color:
font-family:
font-size:
}
select {
font-family:
font-size:
}
textarea {
font-family:
font-size:
line-height:
}
/* Formuliervelden binnen labels verticaal gecentreerd uitlijnen */
label input {
vertical-align:
}
/* Andere blokelementen (block-level elements): */
p {
font-family:
font-size:
line-height:
}
li {
font-family:
font-size:
line-height:
margin-bottom:
}
td {
font-family:
font-size:
}
th {
font-family:
font-size:
}
address {
font-family:
font-size:
font-style:
line-height:
margin-top:
}
/* Inline elementen: */
cite, em, var {
font-style:
font-weight:
}
/* Selectors (pseudo-klassen) voor hyperlinks: */
a:link {
color:
text-decoration:
a:visited {
color:
text-decoration:
}
a:hover {
color:
cursor:
text-decoration:
}
/* Waarschuwingen: */
.w {
color:
font-style:
font-weight:
}
input.knop {
font-family:
font-size:
width:
height:
margin:
}