blob: 0b1f9bc8d937863372b9d6d86b62503a7f3a01cf [file] [log] [blame]
<html>
<head>
<style type="text/css">
#right-border, #bottom-border {
background-color: red;
width: 100px;
height: 100px;
border-radius: 10px;
}
#right-border {
border-right: 100px solid blue;
}
#bottom-border {
margin-top: 10px;
border-bottom: 100px solid blue;
}
</style>
</head>
<body>
<div id="right-border"></div>
<div id="bottom-border"></div>
</body>
</html>