blob: a806a791be7a603429de84a014e00e501b748532 [file] [log] [blame]
<html>
<style>
#author, #user, #none {
color: red;
}
</style>
<div id="author" style="background-color: black !important">
Hello.
</div>
<div id="user" style="background-color: black !important">
Hello.
</div>
<div id="none" style="background-color: black !important">
Hello.
</div>
</html>