Implement border-inset color transforms

This commit is contained in:
Niklas von Hertzen
2014-12-13 19:00:29 +02:00
parent fcbcb9bfaa
commit 612e59c3d3
5 changed files with 76 additions and 12 deletions

View File

@ -33,6 +33,11 @@
border-color: green;
}
.box5 {
border-width: 50px;
border-color: rgb(0, 0, 0);
}
input {
border-width: 50px;
}
@ -47,6 +52,7 @@
<div class="box2">&nbsp;</div>
<div class="box3">&nbsp;</div>
<div class="box4">&nbsp;</div>
<div class="box5">&nbsp;</div>
<input type="text" />
</body>
</html>