HTML interesse |
|
Hej dit is mijn style.css:
body {font-family:verdana, sans-serif; font-size: 11px; color:#000000; background-color:#ffffff; text-align: center; }
.container {
margin-left: auto;
margin-right: auto;
width: 669px;
}
body {font-family:verdana, sans-serif; font-size: 11px; color:#000000; background-color:#ffffff; text-align: center; } .container { margin-left: auto; margin-right: auto; width: 669px; }
Nu laat hij hem niet in het midden zien bij firefox. Ook wil ik dit nog in mijn style.css:
A:link {text-decoration: none; color: #000000}
A:visited {text-decoration: none; color: #000000}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #008080;}
A :link {text -decoration : none ; color : #000000} A:visited {text-decoration: none; color: #000000} A:active {text-decoration: none} A:hover {text-decoration: underline; color: #008080;}
Hoe zet ik dit allemaal mooi in een stylesheetje? Ben nog niet zo lang bezig met css en dit zou me erg helpen.
|