dev*_*out 7 css google-chrome-extension
我正在开发 chrome 扩展,我想制作边框半径并在 css 中使用半径边框属性,但它在子元素中是边界。我的代码 html 在这里:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" style="border-radius:10px">
<head>
</head>
<body>
content here
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
我想要边框如下图: