Add another border-radius test

This commit is contained in:
MoyuScript
2015-10-18 23:15:51 +03:00
parent f32dd031f7
commit 4eea3dd434
3 changed files with 17 additions and 10 deletions

View File

@ -57,6 +57,12 @@
background-clip: padding-box;
}
.box6 {
height: 200px;
width: 200px;
border-radius: 200px;
}
html {
background: #3a84c3;
}
@ -69,5 +75,6 @@
<div class="box3">&nbsp;</div>
<div class="box4">&nbsp;</div>
<div class="box5">&nbsp;</div>
<div class="box6">&nbsp;</div>
</body>
</html>