fastix: Problem mit Rahmen/Hintergrund

Beitrag lesen

Hallo!

div.yellow {

width:100;
padding:3px;
border: 1px solid yellow;

background-color:yellow;

}

p {
background-color:yellow;
}

</style>

...

<div class="yellow">
  <p>Test</p>
</div>

fastix®