首页htmlborderCSS Property Value - 如何border: medium ridge red;

CSS Property Value - 如何border: medium ridge red;

我们想知道如何border: medium ridge red;

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
#place01 {
  border: medium ridge red;
  width: 200px;
  height: 300px;
}
</style>
</head>
<body>
  <div id="place01"></div>
</body>
</html>