blob: 6aeebd97b46a7ac45060b681b90549813c69c504 [file] [log] [blame]
<html>
<head>
<style>
#rotate {
width: 1300px;
height: 100px;
background-color: purple;
-webkit-transform:rotate(110deg);
border-left: 2px solid red;
border-top: 2px solid blue;
border-right: 2px solid cyan;
border-bottom: 2px solid green;
}
</style>
</head>
<body>
<div id="rotate"></div>
</body>
</html>