blob: 2e7f83ae9e18ba55d7c8b71dbdd53a690f3f9222 [file] [log] [blame]
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=5280-5300" />
<style>
#content {
margin:100px;
width:110px;
height:110px;
background:linear-gradient(skyblue,skyblue);
transform:skew(135deg, 0deg);
border:1px solid black;
}
#border {
width:100px;
height:100px;
position:absolute;
left: -5px;
top: -5px;
border:10px solid black;
}
</style>
</head>
In the example below you should see a skewed block filled with skyblue.
<div id="content">
<div id="border"></div>
</div>
</html>