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

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

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


<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
#place01 {
  border-top: medium ridge red;
  border-bottom: medium ridge #EEE;
}
</style>
</head>
<body>
  <div id="place01">dsfdsfsdfsdf sdf sdf sf sf s</div>
</body>
</html>