Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>
.test {
background-color: black;
color: white;
color-adjust: exact;
}
</style>
<span class="test">Some text goes here</span>
<!doctype html>
<style>
.test {
background-color: black;
color: white;
color-adjust: exact;
}
</style>
<span class="test">Some text goes here</span>