blob: 8e997febbe1a3369c2f8699ba3e4cb662f347e12 [file] [log] [blame]
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=4500-4825" />
<style>
#content {
margin:100px;
width:110px;
height:110px;
background:linear-gradient(skyblue,skyblue);
transform:skew(0deg, 135deg);
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>