Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
p {
  border: 2px solid black;
  outline: #4CAF50 solid 10px;
  margin: auto;  
  padding: 20px;
  text-align: center;
}
</style>
</head>
<body>
<p>这个元素有一个 2px 的黑色边框和一个宽度为 10px 的绿色轮廓。</p>
</body>
</html>