2007-05-08 10:40:08 -07:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<style type="text/css">
|
|
|
|
div {
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
border: 64px solid blue;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<body>
|
2010-09-09 08:21:47 -07:00
|
|
|
<div style="border-radius: 128px"></div>
|
2007-05-08 10:40:08 -07:00
|
|
|
</body>
|
|
|
|
</html>
|