I'm developing chrome extension, I want to make border radius and use radius border propery in css, but it boder in child elemement. My code html here :
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" style="border-radius:10px">
<head>
</head>
<body>
content here
</body>
</html>
I want border as picture below :