mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
@ -27,6 +27,14 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.white-text-with-blue-shadow {
|
||||
text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
|
||||
color: white;
|
||||
font: 1.5em Georgia, serif;
|
||||
}
|
||||
.red-text-shadow {
|
||||
text-shadow: 0 -2px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
@ -39,5 +47,11 @@
|
||||
<span>testing with transparent</span>
|
||||
<strong>testing with low opacity</strong>
|
||||
</div>
|
||||
<p class="white-text-with-blue-shadow">Sed ut perspiciatis unde omnis iste
|
||||
natus error sit voluptatem accusantium doloremque laudantium,
|
||||
totam rem aperiam, eaque ipsa quae ab illo inventore.</p>
|
||||
<p class="red-text-shadow">Sed ut perspiciatis unde omnis iste
|
||||
natus error sit voluptatem accusantium doloremque laudantium,
|
||||
totam rem aperiam, eaque ipsa quae ab illo inventore.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user