style.css
det er sådan at jeg har lavet hjemmeside i photoshop osv. men nu vil jeg gerne lave en css fil hvor alle farve koder er. hvordan gør jeg det?<style type="text/css">
<!--
.style1 {color: #CCCCCC}
.style5 {
color: #FF0000;
font-weight: bold;
font-size: x-large;
font-style: italic;
}
body {
margin-top: 10px;
margin-right: 40px;
margin-bottom: 10px;
margin-left: 40px;
}
-->
</style>
jeg vil gerne have de koder ind i en fil som hedder style.css
