blob: 2b44abe6aa8b87ad56edf784b6d90ad6357a9056 [file] [log] [blame]
<style>
div {
width: 200px;
height: 200px;
background-color: red;
margin-left:40px;
margin-top:40px;
transform: rotate(-30deg);
filter: hue-rotate(100deg);
}
</style>
<div>
<!-- This paragraph will have a filter applied. -->
</div>