diedVIPs

html knowhow

Wellengang










Menü das floatet

Bevor

eo.

So sieht´s aus
 
 
Quellcode
<html>
<head>

<style>
.inverted-bar:before,
.inverted-bar:after {padding: 10px 10px;text-indent: 10px;position: left;white-space: nowrap;overflow: hidden;content: attr(data-content);font-size:1.5em;}
.inverted-bar:before {background-color: aqua;color: red;width: 50%;}
.inverted-bar:after {background-color: red;color: aqua;width: 20%;}
</style>

<body>
<div class="inverted-bar" data-content="Andere Text-Farbe bei anderer Hintergrund-Farbe"></div>
</body>
</html>
</head>
 









Kontakt    Datenschutz   Impressum