Quote:
Originally Posted by MicroDrie
What is the result of the code below?
Code:
<html>
<body>
<p>Hello world</p>
<div style="-webkit-background-clip: text; border-radius: 50px;-webkit-border-radius: 50px;display: inline-block;background: #73AD21;color: #FFF;padding: 30px;font-size: 1em;font-family: sans;">
<p style="margin: 0">Kan nu niet bellen. Wat heb je gehoord?</p>
<p style="float: right; margin: 0; margin-top: 0.4em;">12:00</p>
</div>
<p>Daar is weer tekst</p>
</body>
</html>
|
This will not work in epub, can not even try it.