On Github fabiansoelker / WISCA14
<!-- Andere HTML-Elemente --> <link href="dateiname.css" rel="stylesheet" type="text/css">
<!-- Andere HTML-Elemente -->
<style type="text/css">
body { background-color: yellow; /* nur für diese Webseite */ }
</style>
<p style="background-color: #c0c0c0; color: red;"> Rot auf grau!</p>
h5.schrift {
margin: 0;
padding-left: 5%;
border: 0;
font-size: 60%;
text-align: left;
}
h5.schrift
margin: 0;
padding-left: 5%;
border: 0;
font-size: 60%;
text-align: left;
h5.schrift {
margin: 0;
padding-left: 5%;
border: 0;
font-size: 60%;
text-align: left;
}
padding-left:
5%;
<h5 id="einBestimmterText">Ein Text</h5>
h5#einBestimmterText { ... }
<h5 class="schrift">class</h5>
h5.schrift {
margin: 0;
padding-left: 5%;
border: 0;
font-size: 60%;
text-align: left;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, h1, h2, p, ul, li {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 { text-align: inherit; }
h3 { text-align: initial; }
h1 { color: red !important; }